maxipago 0.1.28 → 0.1.29
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 +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5dc9563094d9f25f45be17b57f0436175a91536fc46df9d1e2d512cc3b14b05
|
4
|
+
data.tar.gz: 489d56bb054c67b337bfed42d3eb493613dad10084367ad0345fdecf07d2fbcb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: adc641adde8df675f8a03a2b66568bc94edaac917b3b366bea16c3301da46b975a6d05a81ce1758daf78c69e39e81849e86a26361574889061db880fad3feec3
|
7
|
+
data.tar.gz: 0f661f55177fd36daff2c0f02f5774ac18f137f41b307c05b02d5e5d75244069aa3a1ae08fc662792025211657a53c2e6f2733825988d71f14adbd5667770646
|
data/lib/maxipago/version.rb
CHANGED
@@ -395,8 +395,8 @@ module Maxipago
|
|
395
395
|
xml.frequency self.options[:frequency]
|
396
396
|
xml.period self.options[:period]
|
397
397
|
xml.installments self.options[:installments]
|
398
|
-
xml.firstAmount self.options[:first_amount]
|
399
|
-
xml.lastAmount self.options[:last_amount]
|
398
|
+
xml.firstAmount self.options[:first_amount] unless self.options[:first_amount].nil?
|
399
|
+
xml.lastAmount self.options[:last_amount] unless self.options[:last_amount].nil?
|
400
400
|
xml.lastDate self.options[:last_date]
|
401
401
|
xml.failureThreshold self.options[:failure_threshold]
|
402
402
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: maxipago
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.29
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- leotads
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-11-
|
11
|
+
date: 2019-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|