Skip to content

Commit

Permalink
Update CHANGELOG, fix Braintree unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Fauser committed May 3, 2009
1 parent d17d553 commit 1782e45
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,5 +1,8 @@
= ActiveMerchant CHANGELOG

* Fix Braintree unit test [cody]
* Add support for checks to SmartPs gateways [jvoohris]
* Extract SmartPs for Braintree and Transax [mmangino]
* Ruby 1.9 compatibility [bschwartz]
* Update Payflow Express to handle Street2 element [James MacAulay]
* Fix typo in Protx DeliveryState field [cody]
Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTERS
Expand Up @@ -88,3 +88,7 @@ Modern Payments (June 13, 2008)
Wirecard Gateway (June 30, 2008)

* Initial implementation by Soleone

Transax Gateway (May 3, 2009)

* Mike Mangino
2 changes: 1 addition & 1 deletion lib/active_merchant/billing/gateways/smart_ps.rb
Expand Up @@ -2,7 +2,7 @@

module ActiveMerchant #:nodoc:
module Billing #:nodoc:
class SmartPs < Gateway
class SmartPs < Gateway #:nodoc:

##
# This is the base gateway for processors who use the smartPS processing system
Expand Down
2 changes: 1 addition & 1 deletion test/unit/gateways/braintree_test.rb
Expand Up @@ -83,7 +83,7 @@ def test_accept_check
:account_number => '123456789012',
:account_holder_type => 'personal',
:account_type => 'checking')
@gateway.send(:add_check, post, check)
@gateway.send(:add_check, post, check, {})
assert_equal %w[account_holder_type account_type checkaba checkaccount checkname payment], post.stringify_keys.keys.sort
end

Expand Down

0 comments on commit 1782e45

Please sign in to comment.