authorizenet 1.8.4 → 1.8.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5085eaf76fabde2b2f386d5a571a0e419e64a748
4
- data.tar.gz: 8773dc185f661d5149aa5e7e812bbfe6ecd790af
3
+ metadata.gz: 76e80eec6923c74529db72d9931320b8e17c1be9
4
+ data.tar.gz: ea1bc67240b66e47a8506b19418d688a1edc48fa
5
5
  SHA512:
6
- metadata.gz: 1cad1ce0df1d6c4ba608db9edf8f22b8f2f30e3db63209b3a41f34941e60ec35baccd8ebb1ce1a8e24f75b1f130a9d56365eb008766752a66c87336a76aa674f
7
- data.tar.gz: 622e1e4f768b3ed094199510224aec607512a63d2f7bafd0a6de6f1c9c1fbb7c07c93e201333451147ad689cfca8b6d988835bfacd361bacfd82378b0d012275
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://secure.authorize.net/gateway/transact.dll'
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://api.authorize.net/xml/v1/request.api'
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
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-06-01 00:00:00.000000000 Z
11
+ date: 2015-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri