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

- old
+ new

@@ -29,10 +29,10 @@ 'maestro' => 'MC' } self.money_format = :cents self.default_currency = 'EUR' - self.supported_cardtypes = [:visa, :master, :american_express, :diners_club] + self.supported_cardtypes = %i[visa master american_express diners_club] self.supported_countries = %w(IE GB FR BE NL LU IT US CA ES) self.homepage_url = 'http://www.realexpayments.com/' self.display_name = 'Realex' SUCCESS, DECLINED = 'Successful', 'Declined'