processout 1.2.0 → 1.2.1

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: 1e1ba190f4190702ba5e558a6f8ab4cd0c56be4a
4
- data.tar.gz: 9640c25a700233c8ada87f41165609bc8758af14
3
+ metadata.gz: eecda7a78fdf3c5b7f2a73d0234bb84edcb1f732
4
+ data.tar.gz: 03ecc1c79d02b6bb1c261fa92278997211f6afd6
5
5
  SHA512:
6
- metadata.gz: b09760c70439f6d2b51c6076490b0659de75d10af5c00c60830566c6e5e1eab4302ccaf897f59f10da5ceee4f3ac2411da1fdc516fa02c946d0e7317db9ed09b
7
- data.tar.gz: ae613d8d3e19c635b04b12ceb8f8a8982c9827f135aef0aca9549214b826efa1df5892049a5e7451a049a80b093ef314e00f5688643f7b6e9eb3842340377a21
6
+ metadata.gz: 9f0507918700e94e0165ab283e7a312d47cf7ccdd89d1bbbe8e04cb7afcd0289e7e97f8afd7d5209b440cd9b9a5415ba8092040a83b037c9968cb998c063a74a
7
+ data.tar.gz: 1728b07ec0e13aa1b92d48784a5f6334cb49fdc8e2e931f7d70f7bb1d24f6d6deba0981b8a1e9dd82c1b7542bfcc41aadee3e40ca99c3c925615d40f879923be
@@ -241,7 +241,7 @@ module ProcessOut
241
241
  return_values = Array.new
242
242
 
243
243
  body = response.body
244
- body = body["card_information"]
244
+ body = body["card"]
245
245
 
246
246
 
247
247
  obj = Card.new(@client)
@@ -124,7 +124,7 @@ module ProcessOut
124
124
  return_values = Array.new
125
125
 
126
126
  body = response.body
127
- body = body["coupon"]
127
+ body = body["card_information"]
128
128
 
129
129
 
130
130
  obj = CardInformation.new(@client)
@@ -1,3 +1,3 @@
1
1
  module ProcessOut
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: processout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel HUEZ