You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Refer to our [Developer Guide](http://apps.cybersource.com/library/documentation
30
30
- cybs.keysDirectory
31
31
- cybs.logDirectory
32
32
- cybs.proxyURL
33
-
- Run `XmlSample.exe.
33
+
- Run `XmlSample.exe`.
34
34
35
35
## Working with other versions of Cybersource API
36
36
The version of the CyberSource Web Services API supported by the clients is indicated at the top of this README. To be able to communicate with a other versions:
@@ -43,7 +43,7 @@ The version of the CyberSource Web Services API supported by the clients is indi
43
43
- Save a copy of the original CyberSource.Clients.dll and replace it with the one just built.
44
44
- If you are using the XML client, there is no need to update the client. Simply start using the new namespace URI in your input XML documents. The client will automatically pick it up and use the specified version.
45
45
46
-
## SUPPORT FOR MULTIPLE MERCHANTS
46
+
## Support for Multiple Merchants
47
47
Except for cybs.merchantID and the cybs.proxy* settings, all other config setting keys may be prefixed with the merchant id to tell the client that it is only applicable to that merchant id. Keys without any merchant prefix will be used in the absence of the corresponding merchant-specific one. For example:
@@ -53,8 +53,7 @@ All requests for merchant123 will go to the test server, all other requests will
53
53
54
54
Alternatively, you can pre-create and cache a CyberSource.Clients.Configuration object for each merchant and pass the appropriate one to the RunTransaction() method.
55
55
56
-
## Support for akamai
57
-
56
+
## Support for Akamai
58
57
- Set `sendToAkamai` config parameter with toggle value "true/false" to turn on/off routing requests through Akamai to Cybersource. By default, it is set to true.
59
58
-`serverURL` config parameter will take precedence over `sendToProduction` and `sendToAkamai` config parameters. By default the `serverURL` configuration is commented out.
0 commit comments