maxipago 0.1.7 → 0.1.8

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: 621690e57dc0fe06d17cc82de2c13f4812f42af74c88b480b64037d3f9e5aa33
4
- data.tar.gz: c24d222eb33cafb2fb02b28878a9978de77e20f5afc768c4d774f668f63d1866
3
+ metadata.gz: ac4062888c7faa6afcc10e8fb2f1b01730198de0d379d8183cd86cf00b6d45b1
4
+ data.tar.gz: 24667f551b215ed9e743ef1aa80dc95a845dc8794600a530d1fe8e4d569acedf
5
5
  SHA512:
6
- metadata.gz: 6a0ea2f4042b90fa7e785aceebd243541c09b9382ab7f32680cddd3195974cf3b85c47524b2ab403a784301c9e1ee8741a7d85256cecb415822c2667273d0656
7
- data.tar.gz: 9d708df19d7d04e167333e29ad75ca7b4ca383fa7a6cd5baa6cba6638706972dd7d3b9dc278271f14fb38395b3d5914e8b497eb9bbadff922ef01619c4610d1c
6
+ metadata.gz: d8f0f52a8b1a22c6e2146deba54ceb82fc9cbb2d2a9f16c34ba5075b9f5b4bedf403e871181d03e0a25dbc5b580b65fdeefef74235bf889a700cc004cf994f9d
7
+ data.tar.gz: 361a2d77bad59fe71095f9b7181fa5799d4dbe0c60b1fa91ddb5d91d181d65a4a837481222e3eef836c665c63287afd8b82be0a92e879253ddf1747cb7c9efb2
@@ -1,3 +1,3 @@
1
1
  module Maxipago
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
@@ -7,7 +7,7 @@ module Maxipago
7
7
 
8
8
  MAXIPAGO_COMMANDS = %w(add_consumer delete_consumer update_consumer add_card_onfile delete_card_onfile sale void reversal recurring cancel_recurring bank_bill online_debit save_on_file one_transaction_report list_transactions_report transaction_paginate authorization authentication capture)
9
9
 
10
- def def initialize(maxipagoId, apiKey, apiVersion, apts)
10
+ def initialize(maxipagoId, apiKey, apiVersion, apts)
11
11
  @maxipagoId = maxipagoId
12
12
  @apiKey = apiKey
13
13
  @apiVersion = apiVersion
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maxipago
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
  - leotads