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 +4 -4
- data/lib/maxipago/version.rb +1 -1
- data/lib/maxipago/xml_builder/builder_transaction.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e857613289b260fdb1e1f74cb087e3a9d12f88a1a484b0e4c60236bb55f8cd6
|
4
|
+
data.tar.gz: f6d56595c588c4c32b5e11c835602888085698157e46f70681cefeb89a26a63b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95951362a7032986f5bc841767d4190c07dbf43666ac34b34ca582cb03a5d9b7ef8b8635e7959cc842081f5bbbfd6a7e86436f0d39af3b2d18cf6f5787ebcd73
|
7
|
+
data.tar.gz: 394bd10babfa2989a2faacf6f247820ad44f6f35595b9eca50a2bf47f2302e7337c70c41825d848b40e6ef79e17f6750ef8b21f5a1e0ef83ba757287b5e6dfb9
|
data/lib/maxipago/version.rb
CHANGED
@@ -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.
|
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]
|