We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51725d4 commit 04e3c34Copy full SHA for 04e3c34
1 file changed
README.md
@@ -139,6 +139,11 @@ else
139
echo "Charge Credit card Null response returned";
140
}
141
```
142
+### Setting Production Environment
143
+Replace the environment constant in the execute method. For example, in the method above:
144
+```php
145
+$response = $controller->executeWithApiResponse( \net\authorize\api\constants\ANetEnvironment::PRODUCTION);
146
+```
147
148
## Logging
149
0 commit comments