puntopagos 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,8 @@ module PuntoPagos
21
21
  authorization = PuntoPagos::Authorization.new(@env)
22
22
  signature = authorization.sign(message)
23
23
 
24
+ puts "SIGNATURE: #{signature} TIMESTAMP: #{timestamp} TOKEN: #{token}"
25
+
24
26
  response = executioner.call_api(nil, @@path, :get, signature, timestamp)
25
27
 
26
28
  valid?(response)
@@ -1,3 +1,3 @@
1
1
  module PuntoPagos
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puntopagos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: