catarse_pagarme 2.14.7 → 2.14.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/app/controllers/catarse_pagarme/slip_controller.rb +1 -1
- data/lib/catarse_pagarme/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c7a130abf41fe28927f478db0540575518d669f7051f5123006d937a8be6116
|
4
|
+
data.tar.gz: f1caa2cb72a6a5c9669117d49296386d7d3d38ae60390a0480ea85f5b35b49f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae0fd929cd60d6bf210c3f9590b98ab332db6aebd9459ef8ea1a182a0cb6686745b52593d9de3b9e2a1dfcbca2bc19a1b6c25ea3c08a5a17a45f359133577de2
|
7
|
+
data.tar.gz: ee00a8144f141c8f96b9d49693f80705c0627288d0e9aa59f4e3bdfde1cb8f7ad8acd5b8688ec374d668208b1807fe1d294360b989e82a54b68dee4c5812cd2a
|
data/Gemfile.lock
CHANGED
@@ -40,7 +40,7 @@ module CatarsePagarme
|
|
40
40
|
customer: {
|
41
41
|
email: payment.user.email,
|
42
42
|
name: payment.user.name,
|
43
|
-
type: payment.user.account_type == 'pf' ? 'individual' : 'corporation'
|
43
|
+
type: payment.user.account_type == 'pf' ? 'individual' : 'corporation',
|
44
44
|
documents: [{
|
45
45
|
type: payment.user.account_type == 'pf' ? 'cpf' : 'cnpj',
|
46
46
|
number: document_number
|