aprova_facil 1.1.0 → 1.2.0

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.
@@ -80,7 +80,7 @@ class AprovaFacil
80
80
 
81
81
  def to_params
82
82
  params = {}
83
- params['NumeroDocumento'] = documento[0, 50] if self.documento
83
+ params['NumeroDocumento'] = documento if self.documento
84
84
  params['ValorDocumento'] = valor
85
85
  params['QuantidadeParcelas'] = '%02d' % parcelas
86
86
  params['NumeroCartao'] = numero_cartao
@@ -1,3 +1,3 @@
1
1
  class AprovaFacil
2
- VERSION = "1.1.0"
2
+ VERSION = "1.2.0"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: aprova_facil
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.0
5
+ version: 1.2.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bruno Frank