maxipago 0.1.8 → 0.1.9

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: ac4062888c7faa6afcc10e8fb2f1b01730198de0d379d8183cd86cf00b6d45b1
4
- data.tar.gz: 24667f551b215ed9e743ef1aa80dc95a845dc8794600a530d1fe8e4d569acedf
3
+ metadata.gz: ec4046ab275a1b58686a5004c00765f9132f5264bf8ec63f432dff6d1d167f2a
4
+ data.tar.gz: 51d27028c0903b31251ac07d7e70f76ab941cd965493367a757f51ae01e026c0
5
5
  SHA512:
6
- metadata.gz: d8f0f52a8b1a22c6e2146deba54ceb82fc9cbb2d2a9f16c34ba5075b9f5b4bedf403e871181d03e0a25dbc5b580b65fdeefef74235bf889a700cc004cf994f9d
7
- data.tar.gz: 361a2d77bad59fe71095f9b7181fa5799d4dbe0c60b1fa91ddb5d91d181d65a4a837481222e3eef836c665c63287afd8b82be0a92e879253ddf1747cb7c9efb2
6
+ metadata.gz: c9b382d98e8c67da41bcb8424d52c8350635d0d471b10c89a1ee851e453fba20e8cf64ff93db6c1c1efeed276f5cd6a81b64718ee5d7be09b08c5062264c6aba
7
+ data.tar.gz: a0ab478fe905aaad89c6ec4b57b5c7253be1cc97541d91e3d0198df5ac814fcfe56be4d1fe352a08b4a165ff7be8495c6042fa653156d00d3e2d41a50763347b
@@ -9,7 +9,7 @@ module Maxipago
9
9
  end
10
10
 
11
11
  def execute(opts = {})
12
- raise "Sets the api type vefore execute commands." if request.nil?
12
+ raise "Sets the api type before execute commands." if request.nil?
13
13
  raise ArgumentError, "Execute method needs options" if opts.empty?
14
14
 
15
15
  @response = request.send_command(opts)
@@ -1,3 +1,3 @@
1
1
  module Maxipago
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
@@ -5,7 +5,7 @@ module Maxipago
5
5
  private
6
6
 
7
7
  def add_consumer
8
- builder = Nokogiri::XML::Bulder.new(encoding: 'UTF-8') do |xml|
8
+ builder = Nokogiri::XML::Builder.new(encoding: 'UTF-8') do |xml|
9
9
  xml.send("api-request") {
10
10
  xml.verification {
11
11
  xml.merchantId maxipagoId
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - leotads