ruby-gpwebpay 0.1.3 → 0.1.4

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: 13d30736b1da36214ee47ca3f39d7a476cf498e94dfd3f41c8f9372666d90bb6
4
- data.tar.gz: 92eb7b041e5b4e54842d04258356c33248e727d84611e03fed1660e0214979f5
3
+ metadata.gz: 493b0cc82ddb5121dbc99cf6bed9a551353b05afd152170dfe17d5d01a62af82
4
+ data.tar.gz: 5e038735011db9cb45948a95abe68ecf4696ae6252ca25f4ab4182f0be030d6a
5
5
  SHA512:
6
- metadata.gz: 45033725319c4b31883e93290c9066e7e599e484d9a0b7014e9c9806ab752fc486bd590d401d08000c4000bd9c49d95a71976ef5d619a41569138ce4b2dc1bdc
7
- data.tar.gz: 822bf9de1d32673050689467a797e34c3568e929a8dd264c076fb34cd70058b1a0de723fd12732197e4a7a995af01fb9a9e778c1797f26eff5adb472e4b7e945
6
+ metadata.gz: 0b68c379ce06ba515c548602dd8fb7073882ecd277b80ca4fd080749cdb4c16fe220e8523d39162b99f9f217c153d4615a6792454f500d1955cdb74ea55fab57
7
+ data.tar.gz: ffa53f96c7b4ec84041311b3fc59b7869063013188320cb233343dc3ef9c399e5ef40524da1a73907998d82aedcf4e9e0b0c54c3ff2662f1cfc45e92c186fc7e
@@ -6,7 +6,7 @@ module GpWebpay
6
6
  @payment_attributes = payment_attributes
7
7
  GpWebpay.logger.info "Payment Attrs: #{@payment_attributes}"
8
8
  @verification_attrs = verification_attrs
9
- GpWebpay.logger.info "Verification Attrs: #{@verification_attrs}"
9
+ GpWebpay.logger.info "Verification Attrs: #{@verification_attrs}" if @verification_attrs
10
10
  end
11
11
 
12
12
  def verified_response?(params)
@@ -1,3 +1,3 @@
1
1
  module GpWebpay
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -71,6 +71,7 @@ module GpWebpay
71
71
  hash_response = hash_response["#{first_lvl_key}"]
72
72
  second_lvl_key = hash_response.keys.last
73
73
  hash_response = hash_response["#{second_lvl_key}"]
74
+ GpWebpay.logger.info "Response: #{hash_response}"
74
75
  GpWebpay::WebServices::Response.new(hash_response)
75
76
  end
76
77
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-gpwebpay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrej Antas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-29 00:00:00.000000000 Z
11
+ date: 2021-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport