We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee25c85 + cb697ec commit de06148Copy full SHA for de06148
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.5"
+ "authorizenet/authorizenet": "~1.9.6"
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.5";
+ const VERSION = "1.9.6";
11
0 commit comments