CyberSource / cybersource-sdk-java

Java SDK for CyberSource Simple Order API
Other
51 stars 85 forks source link

Support for Akamai Sureroute? #16

Closed lkb2k closed 8 years ago

lkb2k commented 9 years ago

Hi,

According to communications from cybersource, we should be updating our endpoints from
ics2wstest.ic3.com/ics2ws.ic3.com -> ics2wstesta.ic3.com/ics2wsa.ic3.com

Is that planned to be added to this SDK directly? Or should we be overriding the serverURL property somehow in our own code when calling the SDK?

aaronblenkush commented 8 years ago

Add one of the following lines to your cybs.properties:

serverURL=https://ics2wstesta.ic3.com/commerce/1.x/transactionProcessor
serverURL=https://ics2wsa.ic3.com/commerce/1.x/transactionProcessor
amie-gao commented 8 years ago

the issue has been addressed in release v6.2.1