lib/active_merchant/billing/gateways/allied_wallet.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/allied_wallet.rb in activemerchant-1.109.0
- old
+ new
@@ -7,11 +7,11 @@
self.live_url = 'https://api.alliedwallet.com/merchants/'
self.supported_countries = ['US']
self.default_currency = 'USD'
self.money_format = :dollars
- self.supported_cardtypes = [:visa, :master, :american_express, :discover,
- :diners_club, :jcb, :maestro]
+ self.supported_cardtypes = %i[visa master american_express discover
+ diners_club jcb maestro]
def initialize(options={})
requires!(options, :site_id, :merchant_id, :token)
super
end