We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38399c3 commit 8cc56b4Copy full SHA for 8cc56b4
README.md
@@ -56,7 +56,7 @@ override the new secure-http default setting)*.
56
{
57
"require": {
58
"php": ">=5.6",
59
- "authorizenet/authorizenet": "2.0.0"
+ "authorizenet/authorizenet": "2.0.1"
60
}
61
62
```
lib/net/authorize/api/constants/ANetEnvironment.php
@@ -7,5 +7,5 @@ class ANetEnvironment
7
const SANDBOX = "https://apitest.authorize.net";
8
const PRODUCTION = "https://api2.authorize.net";
9
10
- const VERSION = "2.0.0";
+ const VERSION = "2.0.1";
11
0 commit comments