authorizenet 1.8.4 → 1.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76e80eec6923c74529db72d9931320b8e17c1be9
|
|
4
|
+
data.tar.gz: ea1bc67240b66e47a8506b19418d688a1edc48fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2921e6cbe20475158efc64a73692b05d53ea23930e98c57a68195a627273a1d23429f146b1317fd4757f16cea4c5881aa8790d87888218d154a4a89d4d74211f
|
|
7
|
+
data.tar.gz: 9966069f86337237168ccd6c11a6e12907438bbb91b6f66cb03e60987be53cec540c053cc890e690d8b8360d9ea2ef7fa8037022eda1a2f12c5e37c0abae0e20
|
|
@@ -6,7 +6,7 @@ module AuthorizeNet
|
|
|
6
6
|
|
|
7
7
|
# Constants for both the various Authorize.Net payment gateways are defined here.
|
|
8
8
|
module Gateway
|
|
9
|
-
LIVE = 'https://
|
|
9
|
+
LIVE = 'https://secure2.authorize.net/gateway/transact.dll'
|
|
10
10
|
TEST = 'https://test.authorize.net/gateway/transact.dll'
|
|
11
11
|
CARD_PRESENT_LIVE = 'https://cardpresent.authorize.net/gateway/transact.dll'
|
|
12
12
|
CARD_PRESENT_TEST = 'https://test.authorize.net/gateway/transact.dll'
|
|
@@ -8,7 +8,7 @@ module AuthorizeNet
|
|
|
8
8
|
|
|
9
9
|
# Constants for both the various Authorize.Net subscription gateways are defined here.
|
|
10
10
|
module Gateway
|
|
11
|
-
LIVE = 'https://
|
|
11
|
+
LIVE = 'https://api2.authorize.net/xml/v1/request.api'
|
|
12
12
|
TEST = 'https://apitest.authorize.net/xml/v1/request.api'
|
|
13
13
|
end
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: authorizenet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.
|
|
4
|
+
version: 1.8.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Authorize.Net
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-08-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|