We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be2e2b commit deff8acCopy full SHA for deff8ac
anet_java_sdk.properties
@@ -0,0 +1,14 @@
1
+# populate this file and put it into your home directory either named as
2
+# anet_java_sdk.properties or build.properties
3
+api.login.id=API_LOGIN_ID
4
+transaction.key=TRANSACTION_KEY
5
+# card present transactions currently require different credentials.
6
+cp.api.login.id=CP_API_LOGIN_ID
7
+cp.transaction.key=CP_TRANSACTION_KEY
8
+md5.hash.key=HASH_KEY
9
+http.proxyHost=HOST
10
+http.proxyPort=PORT
11
+http.ProxyUse=false
12
+https.proxyHost=HOST
13
+https.proxyPort=PORT
14
+https.proxyUse=false
0 commit comments