Navigation Menu

Skip to content

Commit

Permalink
EwayRapid: Update country list
Browse files Browse the repository at this point in the history
  • Loading branch information
duff committed Jun 18, 2015
1 parent d577f17 commit a958249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_merchant/billing/gateways/eway_rapid.rb
Expand Up @@ -7,7 +7,7 @@ class EwayRapidGateway < Gateway
self.live_url = "https://api.ewaypayments.com/"

self.money_format = :cents
self.supported_countries = ['AU', 'NZ', 'GB', 'SG']
self.supported_countries = ['AU', 'NZ', 'GB', 'SG', 'MY', 'HK']
self.supported_cardtypes = [:visa, :master, :american_express, :diners_club, :jcb]
self.homepage_url = "http://www.eway.com.au/"
self.display_name = "eWAY Rapid 3.1"
Expand Down

0 comments on commit a958249

Please sign in to comment.