maxipago 0.1.29 → 0.1.30

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: f5dc9563094d9f25f45be17b57f0436175a91536fc46df9d1e2d512cc3b14b05
4
- data.tar.gz: 489d56bb054c67b337bfed42d3eb493613dad10084367ad0345fdecf07d2fbcb
3
+ metadata.gz: b2212d622000accd5ab33634f03235fa7f8228f76c59cd0f7e9630b7ead9f9f4
4
+ data.tar.gz: b4c531553e93517b9d0197b1ecbdc4d0b172104147c280eddf8f939d510e5fef
5
5
  SHA512:
6
- metadata.gz: adc641adde8df675f8a03a2b66568bc94edaac917b3b366bea16c3301da46b975a6d05a81ce1758daf78c69e39e81849e86a26361574889061db880fad3feec3
7
- data.tar.gz: 0f661f55177fd36daff2c0f02f5774ac18f137f41b307c05b02d5e5d75244069aa3a1ae08fc662792025211657a53c2e6f2733825988d71f14adbd5667770646
6
+ metadata.gz: dc2bb5cf60af2b2d0167826fdd04ec0cf94b6eab8e076737b3ef9c43ebb2e1be0ac97f61eb43a811ea31b7855f8c335be6cb84ff65192fbcde6529e43e03054d
7
+ data.tar.gz: b544aa7d03da7790b793a6d170adfe1647502a5050e17c6438644232f35bc1c1241c1379dc299ceeb39d5b6c0c0415b10214f9c9bb1ee953481747d1a588d648
@@ -1,3 +1,3 @@
1
1
  module Maxipago
2
- VERSION = "0.1.29"
2
+ VERSION = "0.1.30"
3
3
  end
@@ -397,7 +397,7 @@ module Maxipago
397
397
  xml.installments self.options[:installments]
398
398
  xml.firstAmount self.options[:first_amount] unless self.options[:first_amount].nil?
399
399
  xml.lastAmount self.options[:last_amount] unless self.options[:last_amount].nil?
400
- xml.lastDate self.options[:last_date]
400
+ xml.lastDate self.options[:last_date] unless self.options[:last_date].nil?
401
401
  xml.failureThreshold self.options[:failure_threshold]
402
402
  }
403
403
  }
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.29
4
+ version: 0.1.30
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-18 00:00:00.000000000 Z
11
+ date: 2019-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri