lib/active_merchant/billing/gateways/monei.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/monei.rb in activemerchant-1.109.0

- old
+ new

@@ -12,12 +12,12 @@ # Request that data to Monei. class MoneiGateway < Gateway self.test_url = 'https://test.monei-api.net/payment/ctpe' self.live_url = 'https://monei-api.net/payment/ctpe' - self.supported_countries = ['AD', 'AT', 'BE', 'BG', 'CA', 'CH', 'CY', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FO', 'FR', 'GB', 'GI', 'GR', 'HU', 'IE', 'IL', 'IS', 'IT', 'LI', 'LT', 'LU', 'LV', 'MT', 'NL', 'NO', 'PL', 'PT', 'RO', 'SE', 'SI', 'SK', 'TR', 'US', 'VA'] + self.supported_countries = %w[AD AT BE BG CA CH CY CZ DE DK EE ES FI FO FR GB GI GR HU IE IL IS IT LI LT LU LV MT NL NO PL PT RO SE SI SK TR US VA] self.default_currency = 'EUR' - self.supported_cardtypes = [:visa, :master, :maestro, :jcb, :american_express] + self.supported_cardtypes = %i[visa master maestro jcb american_express] self.homepage_url = 'http://www.monei.net/' self.display_name = 'Monei' # Constructor