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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2197e15a551775e749d94a004ed87360d7b51b6012738070b5be5c9ca1e0ff0c
4
- data.tar.gz: 2e8f79c50c5c29074a92554746d260974a17c6810c9ceca3e8df78ec9488aca7
3
+ metadata.gz: f5dc9563094d9f25f45be17b57f0436175a91536fc46df9d1e2d512cc3b14b05
4
+ data.tar.gz: 489d56bb054c67b337bfed42d3eb493613dad10084367ad0345fdecf07d2fbcb
5
5
  SHA512:
6
- metadata.gz: 1a0aac89a92927f4d8f273923eb1e99d7cfd3e380f679039cf5b7ab836816b1cf217ced9c686c98e6566166bf21411e094dccf480d6320a047332483625d78a3
7
- data.tar.gz: 31d131305b620aeb014a837c24b6466cc0961b33eedf264b90e178f169c5b418404b3566be98f89874072a7f4f23867f5a02d43ebb47a1ba7a12f1e25edae3ed
6
+ metadata.gz: adc641adde8df675f8a03a2b66568bc94edaac917b3b366bea16c3301da46b975a6d05a81ce1758daf78c69e39e81849e86a26361574889061db880fad3feec3
7
+ data.tar.gz: 0f661f55177fd36daff2c0f02f5774ac18f137f41b307c05b02d5e5d75244069aa3a1ae08fc662792025211657a53c2e6f2733825988d71f14adbd5667770646
@@ -1,3 +1,3 @@
1
1
  module Maxipago
2
- VERSION = "0.1.28"
2
+ VERSION = "0.1.29"
3
3
  end
@@ -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.28
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 00:00:00.000000000 Z
11
+ date: 2019-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri