Skip to content

Commit

Permalink
Adding new Akamai certificates
Browse files Browse the repository at this point in the history
Release for adding new Akamai certificates
  • Loading branch information
ashtru authored Mar 24, 2018
2 parents ee25c85 + cb697ec commit de06148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ override the new secure-http default setting)*.
{
"require": {
"php": ">=5.6",
"authorizenet/authorizenet": "~1.9.5"
"authorizenet/authorizenet": "~1.9.6"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion lib/net/authorize/api/constants/ANetEnvironment.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ class ANetEnvironment
const SANDBOX = "https://apitest.authorize.net";
const PRODUCTION = "https://api2.authorize.net";

const VERSION = "1.9.5";
const VERSION = "1.9.6";
}

0 comments on commit de06148

Please sign in to comment.