Skip to content

Commit 8d9b56c

Browse files
replaced cybersource to CyberSource
1 parent 85adca0 commit 8d9b56c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The CyberSource Python client provides convenient access to the [CyberSource RES
1111

1212
## Installation
1313

14-
* Install the Cybersource Python client using the below command
14+
* Install the CyberSource Python client using the below command
1515

1616
```bash
1717
pip install cybersource-rest-client-python
@@ -76,7 +76,7 @@ Further information on MetaKey can be found in [New Business Center User Guide](
7676
7777
### Switching between the sandbox environment and the production environment
7878
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 `run_environment` property in the SDK Configuration. See our sample at <https://github.com/CyberSource/cybersource-rest-samples-python/blob/master/data/Configuration.py>
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 `run_environment` property in the SDK Configuration. See our sample at <https://github.com/CyberSource/cybersource-rest-samples-python/blob/master/data/Configuration.py>
8080
8181
```python
8282
# For TESTING use

0 commit comments

Comments
 (0)