1- merchantID =cybs_test_ashish
2- keysDirectory =/Library/Java/JavaVirtualMachines/jdk1.8.0_74.jdk/Contents/Home/jre/lib/security
3- keyAlias =cybs_test_ashish
4- keyPassword =cybs_test_ashish
1+ merchantID =your_merchant_ID
2+ keysDirectory =your_key_path
3+ keyAlias =your_key_Alias
4+ keyPassword =your_key_password
55targetAPIVersion =1.129
66# KeyFilename is the name of the JKS file
7- keyFilename =mykeystore1.jks
7+ keyFilename =your_JKS_filename
88# the following flags can be used to control the endpoint to which requests will be sent.
99# Set sendToProduction=true to send requests to Cybersource production environment.
1010# Set sendToAkamai=true to send requests through Akamai to Cybersource.
@@ -13,7 +13,7 @@ keyFilename=mykeystore1.jks
1313sendToProduction =false
1414sendToAkamai =true
1515# serverURL=< -- Service URL or Transaction Processor URL -->
16- serverURL =https://ics2wstest.ic3.com/commerce/1.x/transactionProcessor/
16+ serverURL =Cybersource_server_URL
1717# useHttpClient=false
1818
1919# Following configure parameters will only work with useHttpClient=true
@@ -43,7 +43,7 @@ timeout=1000
4343# logging should normally be disabled in production as it would slow down the
4444# processing. Enable it only when troubleshooting an issue.
4545# enableLog=true
46- # logDirectory=/Users/adkumar/SDKlogs
46+ # logDirectory=your_log_directory
4747# logMaximumSize=10
4848
4949# Optional proxy server settings
0 commit comments