authorizenet 1.8.9 → 1.8.9.1

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: 7b4063af2f7a7e72abe0927163f49834a23662b7
4
- data.tar.gz: 4b347cd384e9495836748fbbd2aed3caa061979f
3
+ metadata.gz: 148f0ad746b8cded7fa462ba472783138826250c
4
+ data.tar.gz: 575232f9194d5a53a824d5770ba2a4f666049fcf
5
5
  SHA512:
6
- metadata.gz: fc3ae6a3dd53b47dbe3b5d753329cb7fa2c307ef711946fafe754db59d0525924e10b24cb331c7c911e97169646a1b8600468562fbe512d7c719c4fcb30705da
7
- data.tar.gz: 0c5acd8b2de2055030ea4c8851a24b9cc170cfe7d265a599199689f09bd923399c8c832d1f0fc3a665577875bfd49575082ed14e73f7ac6bf6e1aa9c06bd1162
6
+ metadata.gz: 1d7170ef0158519d670106fd715a9c16a83246369c772a41f62ce9856d2a5628ae14cc83db7bd97bb54900542374b3a19fabb79aa68fc91887d67bd94c4e564a
7
+ data.tar.gz: 004c0e530117129157d7ed4c3763f82eee40f84a881221b750ec67f431028f9e2fcc09d948d53486e789b65ba4e85c49889277bfb0b06b036e56cb87b94ca0a1
@@ -1096,7 +1096,7 @@ end
1096
1096
  # subscriptionId - SubscriptionIdList
1097
1097
  class SubscriptionIdList
1098
1098
  include ROXML
1099
- xml_accessor :subscriptionId, :as => NumericStringsType
1099
+ xml_accessor :subscriptionId, :as => []
1100
1100
 
1101
1101
  def initialize(subscriptionId = nil)
1102
1102
  @subscriptionId = subscriptionId
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.9
4
+ version: 1.8.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Authorize.Net
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-18 00:00:00.000000000 Z
11
+ date: 2016-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri