lib/active_merchant/billing/gateways/eway.rb in tanga_activemerchant-1.37.0 vs lib/active_merchant/billing/gateways/eway.rb in tanga_activemerchant-1.38.0
- old
+ new
@@ -6,10 +6,10 @@
# {Developers Area}[http://www.eway.com.au/developers/api/direct-payments]
class EwayGateway < Gateway
self.live_url = 'https://www.eway.com.au'
self.money_format = :cents
- self.supported_countries = ['AU']
+ self.supported_countries = ['AU', 'NZ', 'GB']
self.supported_cardtypes = [:visa, :master, :american_express, :diners_club]
self.homepage_url = 'http://www.eway.com.au/'
self.display_name = 'eWAY'
# Public: Create a new Eway Gateway.