We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956af84 commit 9cf4f76Copy full SHA for 9cf4f76
README.md
@@ -69,6 +69,15 @@ props.setProperty("runEnvironment", "CyberSource.Environment.SANDBOX");
69
//props.setProperty("runEnvironment", "CyberSource.Environment.PRODUCTION");
70
```
71
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
81
API credentials are different for each environment, so be sure to switch to the appropriate credentials when switching environments.
82
83
0 commit comments