Skip to content

Commit

Permalink
Change version to 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
khaaldrogo committed Jun 14, 2018
1 parent c5db0bc commit ad573c6
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.6"
"authorizenet/authorizenet": "~1.9.7"
}
}
```
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.6";
const VERSION = "1.9.7";
}

0 comments on commit ad573c6

Please sign in to comment.