Skip to content

Commit 9cf4f76

Browse files
committed
+ Added CAS/PROD OAuth URLs
1 parent 956af84 commit 9cf4f76

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ props.setProperty("runEnvironment", "CyberSource.Environment.SANDBOX");
6969
//props.setProperty("runEnvironment", "CyberSource.Environment.PRODUCTION");
7070
```
7171

72+
To Use OAuth, use OAuth enabled URLs
73+
74+
```
75+
// For TESTING use
76+
props.setProperty("runEnvironment", "CyberSource.Environment.MutualAuth.SANDBOX");
77+
// For PRODUCTION use
78+
//props.setProperty("runEnvironment", "CyberSource.Environment.MutualAuth.PRODUCTION");
79+
```
80+
7281
API credentials are different for each environment, so be sure to switch to the appropriate credentials when switching environments.
7382

7483

0 commit comments

Comments
 (0)