lib/active_merchant/billing/gateways/paystation.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/paystation.rb in activemerchant-1.109.0
- old
+ new
@@ -11,10 +11,10 @@
# TODO: check this with paystation
self.supported_countries = ['NZ']
# TODO: check this with paystation (amex and diners need to be enabled)
- self.supported_cardtypes = [:visa, :master, :american_express, :diners_club]
+ self.supported_cardtypes = %i[visa master american_express diners_club]
self.homepage_url = 'http://paystation.co.nz'
self.display_name = 'Paystation'
self.default_currency = 'NZD'