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 8119b36 commit c2f8683Copy full SHA for c2f8683
README.md
@@ -79,6 +79,7 @@ else:
79
### Setting Production or Sandbox Environments
80
To set the environment use the setenvironment method on the controller before executing. E.g. for the example above:
81
````python
82
+# Defaults to constants.SANDBOX_TESTMODE for sandbox testing
83
createtransactioncontroller.setenvironment(constants.PRODUCTION)
84
````
85
0 commit comments