Skip to content

Commit 1e09779

Browse files
authored
Merge pull request #315 from ashtru/master
Change version to 1.9.7
2 parents e5d2c98 + ad573c6 commit 1e09779

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.6"
53+
"authorizenet/authorizenet": "~1.9.7"
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.6";
10+
const VERSION = "1.9.7";
1111
}

0 commit comments

Comments
 (0)