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

- old
+ new

@@ -6,10 +6,10 @@ self.test_url = 'https://sandbox.bluesnap.com/services/2' self.live_url = 'https://ws.bluesnap.com/services/2' self.supported_countries = %w(US CA GB AT BE BG HR CY CZ DK EE FI FR DE GR HU IE IT LV LT LU MT NL PL PT RO SK SI ES SE AR BO BR BZ CL CO CR DO EC GF GP GT HN HT MF MQ MX NI PA PE PR PY SV UY VE) self.default_currency = 'USD' - self.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb, :diners_club, :maestro, :naranja, :cabal] + self.supported_cardtypes = %i[visa master american_express discover jcb diners_club maestro naranja cabal] self.currencies_without_fractions = %w(BYR CLP ILS JPY KRW VND XOF) self.currencies_with_three_decimal_places = %w(BHD JOD KWD OMR TND) self.homepage_url = 'https://home.bluesnap.com/' self.display_name = 'BlueSnap'