lib/active_merchant/billing/gateways/citrus_pay.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/citrus_pay.rb in activemerchant-1.109.0
- old
+ new
@@ -13,9 +13,9 @@
self.display_name = 'Citrus Pay'
self.homepage_url = 'http://www.citruspay.com/'
self.supported_countries = %w(AR AU BR FR DE HK MX NZ SG GB US)
self.default_currency = 'USD'
- 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]
end
end
end