six_saferpay 0.1.6 → 0.1.7

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
  SHA256:
3
- metadata.gz: 916485b320ce62357be279f2c8f53bf05f1c3941dc91257058a7092fc51c459b
4
- data.tar.gz: da41da354bb7a20e5ebe85ebdf6c9bdefcaf29fe6e53a8575edfee1f899cc698
3
+ metadata.gz: b615ec4188bb18150919d5cbc79c1f26616a2d217d3b1df0906baa754c71c8a0
4
+ data.tar.gz: 1a4f6dd1c20ffabbacb31b167889c38270c65a0f050fac566d8b9b8d2c29196b
5
5
  SHA512:
6
- metadata.gz: c3836daf4df4b2a56b2264cbc6354829b2bf64bed2f0c4bf6d4f6887756078e3468b46579a5b3d06592391309c416d57c2030c263239a7b6a470919b1d04594c
7
- data.tar.gz: 2bb4e84e90669e1cadda50063928ed9d044311dfb3e464217097bb1503a601ee299cc6ebada252d1c24755c0adc1e11f5aebe30171e630cbe87cdc98da09bec1
6
+ metadata.gz: d0ad51c8e012da96d9ced4367d6ca49543bd04317dc0e7904016be3e024b4f45fd283d63c8d2966a09737c78d6cba645a86052b42e6e84cc96764c8a5b6a9f5a
7
+ data.tar.gz: 43bfec067b4b8d651f82c2e283cdd50a8e7892f1abb8d33aacbf7e0e2dcc06054ee80e34e524bde0f795162718a769af19fb67994fac4253439fccaddae3118f
@@ -17,10 +17,10 @@ module SixSaferpay
17
17
 
18
18
  def to_hash
19
19
  body = Hash.new
20
- body.merge!(Authenticated: @authenticated)
21
- body.merge!(LiabilityShift: @liability_shift)
22
- body.merge!(Xid: @xid) if @xid
23
- body.merge!(VerificationValue: @verification_value) if @verification_value
20
+ body.merge!(authenticated: @authenticated)
21
+ body.merge!(liability_shift: @liability_shift)
22
+ body.merge!(xid: @xid) if @xid
23
+ body.merge!(verification_value: @verification_value) if @verification_value
24
24
  end
25
25
  alias_method :to_h, :to_hash
26
26
 
@@ -1,3 +1,3 @@
1
1
  module SixSaferpay
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
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.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Langenegger