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 +4 -4
- data/lib/maxipago/version.rb +1 -1
- data/lib/maxipago/xml_builder/builder_transaction.rb +1 -1
- 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: b2212d622000accd5ab33634f03235fa7f8228f76c59cd0f7e9630b7ead9f9f4
|
4
|
+
data.tar.gz: b4c531553e93517b9d0197b1ecbdc4d0b172104147c280eddf8f939d510e5fef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc2bb5cf60af2b2d0167826fdd04ec0cf94b6eab8e076737b3ef9c43ebb2e1be0ac97f61eb43a811ea31b7855f8c335be6cb84ff65192fbcde6529e43e03054d
|
7
|
+
data.tar.gz: b544aa7d03da7790b793a6d170adfe1647502a5050e17c6438644232f35bc1c1241c1379dc299ceeb39d5b6c0c0415b10214f9c9bb1ee953481747d1a588d648
|
data/lib/maxipago/version.rb
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2019-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|