Skip to content

Commit 3f4116a

Browse files
formatting fix
1 parent f539dec commit 3f4116a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Refer to our [Developer Guide](http://apps.cybersource.com/library/documentation
3030
- cybs.keysDirectory
3131
- cybs.logDirectory
3232
- cybs.proxyURL
33-
- Run `XmlSample.exe.
33+
- Run `XmlSample.exe`.
3434

3535
## Working with other versions of Cybersource API
3636
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
4343
- Save a copy of the original CyberSource.Clients.dll and replace it with the one just built.
4444
- 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.
4545

46-
## SUPPORT FOR MULTIPLE MERCHANTS
46+
## Support for Multiple Merchants
4747
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:
4848
```xml
4949
<add key="cybs.merchant123.sendToProduction" value="false"/>
@@ -53,8 +53,7 @@ All requests for merchant123 will go to the test server, all other requests will
5353

5454
Alternatively, you can pre-create and cache a CyberSource.Clients.Configuration object for each merchant and pass the appropriate one to the RunTransaction() method.
5555

56-
## Support for akamai
57-
56+
## Support for Akamai
5857
- 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.
5958
- `serverURL` config parameter will take precedence over `sendToProduction` and `sendToAkamai` config parameters. By default the `serverURL` configuration is commented out.
6059

0 commit comments

Comments
 (0)