Skip to content

Commit

Permalink
Updates catarse_pagarme to fix case of transaction returning array fr…
Browse files Browse the repository at this point in the history
…om pagarme
  • Loading branch information
diogob committed Apr 16, 2015
1 parent 7ee456a commit ba2b657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'mixpanel-ruby'
# Payment engines
gem 'catarse_paypal_express', '3.0.2'
gem 'catarse_moip', '~> 3.1.1'
gem 'catarse_pagarme', '2.6.2'
gem 'catarse_pagarme', '2.6.3'
#gem 'catarse_pagarme', path: '../catarse_pagarme'

gem 'activemerchant', '1.44.1'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GEM
mailchimp-api (~> 2.0.4)
rails (>= 4.0.3)
rails-observers
catarse_pagarme (2.6.2)
catarse_pagarme (2.6.3)
pagarme (~> 1.9.8)
rails (~> 4.0)
catarse_paypal_express (3.0.2)
Expand Down Expand Up @@ -194,7 +194,7 @@ GEM
warden (~> 1.2.3)
diff-lcs (1.2.5)
docile (1.1.5)
domain_name (0.5.23)
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
draper (2.1.0)
actionpack (>= 3.0)
Expand Down Expand Up @@ -672,7 +672,7 @@ DEPENDENCIES
catarse_contribution_validator!
catarse_moip (~> 3.1.1)
catarse_monkeymail (>= 0.1.6)
catarse_pagarme (= 2.6.2)
catarse_pagarme (= 2.6.3)
catarse_paypal_express (= 3.0.2)
catarse_settings_db (>= 0.1.0)
chartkick
Expand Down

0 comments on commit ba2b657

Please sign in to comment.