Skip to content

Commit

Permalink
Merge pull request #315 from ashtru/master
Browse files Browse the repository at this point in the history
Change version to 1.9.7
  • Loading branch information
ashtru committed Jun 14, 2018
2 parents e5d2c98 + ad573c6 commit 1e09779
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 1e09779

Please sign in to comment.