We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bac19 commit 373938eCopy full SHA for 373938e
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.1"
+ "authorizenet/authorizenet": "2.0.2"
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.1";
+ const VERSION = "2.0.2";
11
0 commit comments