billimatic-client 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/Gemfile.lock +1 -1
- data/lib/billimatic/entities/invoice_template.rb +1 -0
- data/lib/billimatic/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6e31c740a34d6a12b2aba57a1988025b8d35f2b
|
4
|
+
data.tar.gz: d89e1b5bae93f63669ef41e37cb15addb582485a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f04a3ece93051266f02d7b79e16b941d37536a750df405762e7ef2010da562f4b6ca0cd6ee2cfa70ca95dccde2367ac0a35aa2d37e27b6d5fbacf8c1a385a497
|
7
|
+
data.tar.gz: 9d1b026bf96f91efa44cb322ca38134a62f88a1526ba05c8bf730b10f41ae89a7539608fe3691cec14577b8b7c64006be6865036346c412fa07eab568ad8c78e
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -21,6 +21,7 @@ module Billimatic
|
|
21
21
|
attribute :days_until_automatic_nfe_emission, Integer
|
22
22
|
attribute :nfe_body, String
|
23
23
|
attribute :payment_method, String
|
24
|
+
attribute :card_installments, Integer
|
24
25
|
attribute :cobrato_charge_config_id, Integer
|
25
26
|
attribute :cobrato_charge_config_name, String
|
26
27
|
attribute :cobrato_charge_template_id, Integer
|
data/lib/billimatic/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: billimatic-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rodrigo Tassinari de Oliveira
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: exe
|
14
14
|
cert_chain: []
|
15
|
-
date: 2019-
|
15
|
+
date: 2019-06-10 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: typhoeus
|