catarse_pagarme 1.4.6 → 1.4.7

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: 628ccf94921a23574893b944fc68880ff32975dc
4
- data.tar.gz: 8675d7e6a567b19fefd49cf12447f714ac313d66
3
+ metadata.gz: 74c94e42c723187c4e0c2f1f1377c6d8e6f43b44
4
+ data.tar.gz: b1be18f52046dedee17f8f1ef2d7b63d49092ef7
5
5
  SHA512:
6
- metadata.gz: 828439dd1f31dc7ee1eb12b7e97166ef1928a35aa1ddc03c9f859b5042769141307c3104a727bf95e7dc722dfe52201a8e98166b46c8040574e0e6bd53bcc578
7
- data.tar.gz: 009f373e02e0642a9e675996ac6d070b8849d069bcbbc252b33a0525c3c2bc38bef11da2974cc208fdc69d3fdfd8758081afc7534d5e1e23755ef6ce8889c5db
6
+ metadata.gz: 78e2e6c5108e8a10cf336530d4ab6caaf40ad693ad73d30093279ea57f76f5bc528f69f491a4765e66204fc010064bcc67a33585d8ef1b46775e2a34e70bed08
7
+ data.tar.gz: 9dbc4d803cce3f414acd2195c54d80b17339dd4d5517135f46f357b0c7a79151817b79fc542ca0456360e778647edf2b6ef88388aa0808a5dc2348bfaab45567
@@ -24,7 +24,7 @@ module CatarsePagarme
24
24
  if !contribution.acquirer_name.present? || !contribution.acquirer_tid.present?
25
25
  contribution.update_attributes({
26
26
  acquirer_name: transaction.acquirer_name,
27
- acquirer_tid: transaction.acquirer_tid
27
+ acquirer_tid: transaction.tid
28
28
  })
29
29
  end
30
30
  end
@@ -1,3 +1,3 @@
1
1
  module CatarsePagarme
2
- VERSION = "1.4.6"
2
+ VERSION = "1.4.7"
3
3
  end
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: 1.4.6
4
+ version: 1.4.7
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: 2014-11-13 00:00:00.000000000 Z
12
+ date: 2014-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails