Skip to content

Commit

Permalink
Correctly set Sage.supported_countries
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Fauser committed Feb 13, 2009
1 parent 4598f04 commit 0ab99ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,5 +1,6 @@
= ActiveMerchant CHANGELOG

* Correctly set Sage.supported_countries [cody]
* Add BogusGateway#void [Donald Ball]
* Fix PSL gateway capturing [cody]
* Fix failed Visa debit purchases with PSL gateway start date info is present [cody]
Expand Down
1 change: 1 addition & 0 deletions lib/active_merchant/billing/gateways/sage.rb
Expand Up @@ -4,6 +4,7 @@
module ActiveMerchant #:nodoc:
module Billing #:nodoc:
class SageGateway < Gateway
self.supported_countries = SageBankcardGateway.supported_countries
self.supported_cardtypes = SageBankcardGateway.supported_cardtypes

# Creates a new SageGateway
Expand Down

0 comments on commit 0ab99ec

Please sign in to comment.