Skip to content

Commit 8bf1e37

Browse files
removed duplicate sections
1 parent 43246bc commit 8bf1e37

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,6 @@ CyberSource maintains a complete sandbox environment for testing and development
7474

7575
API credentials are different for each environment, so be sure to switch to the appropriate credentials when switching environments.
7676

77-
### Switching between the sandbox environment and the production environment
78-
79-
CyberSource maintains a complete sandbox environment for testing and development purposes. This sandbox environment is an exact duplicate of our production environment with the transaction authorization and settlement process simulated. By default, this SDK is configured to communicate with the sandbox environment. To switch to the production environment, set the `runEnvironment` property in the SDK Configuration. See our sample at <https://github.com/CyberSource/cybersource-rest-samples-ruby/blob/master/data/Configuration.rb>
80-
81-
```Ruby
82-
# For TESTING use
83-
runEnvironment='apitest.cybersource.com'
84-
# For PRODUCTION use
85-
# runEnvironment='api.cybersource.com'
86-
```
87-
8877
## Features
8978

9079
### MetaKey Support

0 commit comments

Comments
 (0)