six_saferpay 0.1.7 → 0.1.8

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
  SHA256:
3
- metadata.gz: b615ec4188bb18150919d5cbc79c1f26616a2d217d3b1df0906baa754c71c8a0
4
- data.tar.gz: 1a4f6dd1c20ffabbacb31b167889c38270c65a0f050fac566d8b9b8d2c29196b
3
+ metadata.gz: 70c4ae41d296ce6f288372b26ca6cf3e4018195b719bd1fc9bc286d12f2c7c52
4
+ data.tar.gz: 1bf466e8e40809e5d26ee9aa19fe4d2196de5806649de618757823f8c8f26594
5
5
  SHA512:
6
- metadata.gz: d0ad51c8e012da96d9ced4367d6ca49543bd04317dc0e7904016be3e024b4f45fd283d63c8d2966a09737c78d6cba645a86052b42e6e84cc96764c8a5b6a9f5a
7
- data.tar.gz: 43bfec067b4b8d651f82c2e283cdd50a8e7892f1abb8d33aacbf7e0e2dcc06054ee80e34e524bde0f795162718a769af19fb67994fac4253439fccaddae3118f
6
+ metadata.gz: cf12cc2312ceb6b79e583b05fbd9adab62b3025dbc7aa55dbfffa982d955927af1b04a9e2893a6c42d4e7f9b7d805521b39784fd0574ac03adcfb2882204161b
7
+ data.tar.gz: 6db7eb3b44cd61552164e3123edb45f40e8cbac3e060d353f235895138984e2ab7b6066a1e74f535ce2bad55ede0798a2d705d592bd4a7f9f9031776cf34129e
@@ -22,8 +22,8 @@ module SixSaferpay
22
22
  body = Hash.new
23
23
  body.merge!(liability_shift: @liability_shift)
24
24
  body.merge!(liable_entity: @liable_entity)
25
- body.merge!(three_ds: @three_ds) if @three_ds
26
- body.merge!(fraud_free: @fraud_free) if @fraud_free
25
+ body.merge!(three_ds: @three_ds.to_h) if @three_ds
26
+ body.merge!(fraud_free: @fraud_free.to_h) if @fraud_free
27
27
  body
28
28
  end
29
29
  alias_method :to_h, :to_hash
@@ -1,3 +1,3 @@
1
1
  module SixSaferpay
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: six_saferpay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Langenegger