We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5d2c98 + ad573c6 commit 1e09779Copy full SHA for 1e09779
README.md
@@ -50,7 +50,7 @@ override the new secure-http default setting)*.
50
{
51
"require": {
52
"php": ">=5.6",
53
- "authorizenet/authorizenet": "~1.9.6"
+ "authorizenet/authorizenet": "~1.9.7"
54
}
55
56
```
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 = "1.9.6";
+ const VERSION = "1.9.7";
11
0 commit comments