Skip to content

Commit de06148

Browse files
authored
Adding new Akamai certificates
Release for adding new Akamai certificates
2 parents ee25c85 + cb697ec commit de06148

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
@@ -50,7 +50,7 @@ override the new secure-http default setting)*.
5050
{
5151
"require": {
5252
"php": ">=5.6",
53-
"authorizenet/authorizenet": "~1.9.5"
53+
"authorizenet/authorizenet": "~1.9.6"
5454
}
5555
}
5656
```

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 = "1.9.5";
10+
const VERSION = "1.9.6";
1111
}

0 commit comments

Comments
 (0)