catarse_pagarme 2.7.12 → 2.7.13
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 956cfd4d934cd4d2f5b60cd7f0477b5d59c8a447
|
4
|
+
data.tar.gz: ca3fc2602768ed56c32fe2c9e3d4181998024d53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc97dc2ffe2d9a191d64ea7a83cd051df9f63086ba336f7b1181022d25a75c36a19affe4e442101b0a4aa79293b0b9786bedd8f4cb5bb91eeb90f93e92196741
|
7
|
+
data.tar.gz: d5d5b29730b43e8b9a27c6e706db54d1cc391e957cce9c459a4a116d2997fc6037b6ec921b0236eedf131c5c9c939fe769b8110d262df6917f72a1e2ad54260c
|
data/Gemfile.lock
CHANGED
@@ -21,7 +21,7 @@ module CatarsePagarme
|
|
21
21
|
subdomain: CatarsePagarme.configuration.subdomain,
|
22
22
|
protocol: CatarsePagarme.configuration.protocol
|
23
23
|
),
|
24
|
-
soft_descriptor: payment.project.
|
24
|
+
soft_descriptor: payment.project.permalink[0, MAX_SOFT_DESCRIPTOR_LENGTH],
|
25
25
|
installments: get_installment,
|
26
26
|
customer: {
|
27
27
|
email: payment.user.email,
|
@@ -31,7 +31,7 @@ describe CatarsePagarme::CreditCardsController, type: :controller do
|
|
31
31
|
end
|
32
32
|
|
33
33
|
it 'should receive soft descriptor with project name' do
|
34
|
-
expect(CatarsePagarme::CreditCardTransaction).to have_received(:new).with(hash_including(soft_descriptor: payment.project.
|
34
|
+
expect(CatarsePagarme::CreditCardTransaction).to have_received(:new).with(hash_including(soft_descriptor: payment.project.permalink), anything)
|
35
35
|
end
|
36
36
|
|
37
37
|
it 'and payment_status is not failed' do
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: catarse_pagarme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.7.
|
4
|
+
version: 2.7.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Antônio Roberto Silva
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-10-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|