lib/active_merchant/billing/gateways/eway.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/eway.rb in activemerchant-1.109.0
- old
+ new
@@ -7,10 +7,10 @@
class EwayGateway < Gateway
self.live_url = 'https://www.eway.com.au'
self.money_format = :cents
self.supported_countries = ['AU']
- self.supported_cardtypes = [:visa, :master, :american_express, :diners_club]
+ self.supported_cardtypes = %i[visa master american_express diners_club]
self.homepage_url = 'http://www.eway.com.au/'
self.display_name = 'eWAY'
# Public: Create a new Eway Gateway.
# options - A hash of options: