maxipago 0.1.26 → 0.1.27

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: a094fa290778836cc44abb5bc87cd8012ad6f52d2b909f6c0f63d5c4465457a4
4
- data.tar.gz: ed104ac217fb9d36ca1ff96638e96066a807d8b4cc3b277de8e640cd35a81b0a
3
+ metadata.gz: 4e857613289b260fdb1e1f74cb087e3a9d12f88a1a484b0e4c60236bb55f8cd6
4
+ data.tar.gz: f6d56595c588c4c32b5e11c835602888085698157e46f70681cefeb89a26a63b
5
5
  SHA512:
6
- metadata.gz: 4738fe384b26310bae22b014364735386123c7ad298a06063acc430eb3c1f90a541f0bff6551cb43b60d61272c8f2210a9c914b95d4cef5ffbf1f92a4f1f0063
7
- data.tar.gz: bc2f73dbbe64ed65a83ba5c07617c7a3cdc7ef5db8c6cca0e58244f69bd39b68a9bb239b881ee6a66982aee5bbaf959b7161ff4410583b5b2c74091791cd59af
6
+ metadata.gz: 95951362a7032986f5bc841767d4190c07dbf43666ac34b34ca582cb03a5d9b7ef8b8635e7959cc842081f5bbbfd6a7e86436f0d39af3b2d18cf6f5787ebcd73
7
+ data.tar.gz: 394bd10babfa2989a2faacf6f247820ad44f6f35595b9eca50a2bf47f2302e7337c70c41825d848b40e6ef79e17f6750ef8b21f5a1e0ef83ba757287b5e6dfb9
@@ -1,3 +1,3 @@
1
1
  module Maxipago
2
- VERSION = "0.1.26"
2
+ VERSION = "0.1.27"
3
3
  end
@@ -338,7 +338,7 @@ module Maxipago
338
338
  xml.processorID self.options[:processor_id]
339
339
  xml.referenceNum self.options[:reference_num]
340
340
  xml.ipAddress self.options[:ip_address] unless self.options[:ip_address].nil?
341
- xml.customerIdExt self.option[:customer_id_ext] unless self.options[:customer_id_ext].nil?
341
+ xml.customerIdExt self.options[:customer_id_ext] unless self.options[:customer_id_ext].nil?
342
342
  unless self.options[:billing_name].nil?
343
343
  xml.billing {
344
344
  xml.name self.options[:billing_name]
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.26
4
+ version: 0.1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - leotads