Skip to content

Commit

Permalink
Update supported cards
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeMesdag committed Oct 31, 2012
1 parent ce99736 commit c678e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_merchant/billing/gateways/iridium.rb
Expand Up @@ -15,7 +15,7 @@ class IridiumGateway < Gateway
self.money_format = :cents

# The card types supported by the payment gateway
self.supported_cardtypes = [:visa, :master, :american_express, :discover]
self.supported_cardtypes = [:visa, :master, :american_express, :discover, :maestro, :jcb, :solo, :diners_club]

# The homepage URL of the gateway
self.homepage_url = 'http://www.iridiumcorp.co.uk/'
Expand Down

0 comments on commit c678e4d

Please sign in to comment.