Skip to content

Commit 8cc56b4

Browse files
committed
Upgrade to v2.0.1
1 parent 38399c3 commit 8cc56b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ override the new secure-http default setting)*.
5656
{
5757
"require": {
5858
"php": ">=5.6",
59-
"authorizenet/authorizenet": "2.0.0"
59+
"authorizenet/authorizenet": "2.0.1"
6060
}
6161
}
6262
```

lib/net/authorize/api/constants/ANetEnvironment.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ class ANetEnvironment
77
const SANDBOX = "https://apitest.authorize.net";
88
const PRODUCTION = "https://api2.authorize.net";
99

10-
const VERSION = "2.0.0";
10+
const VERSION = "2.0.1";
1111
}

0 commit comments

Comments
 (0)