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

- old
+ new

@@ -5,13 +5,13 @@ class FinansbankGateway < CC5Gateway self.live_url = 'https://www.fbwebpos.com/servlet/cc5ApiServer' self.test_url = 'https://entegrasyon.asseco-see.com.tr/fim/api' # The countries the gateway supports merchants from as 2 digit ISO country codes - self.supported_countries = ['US', 'TR'] + self.supported_countries = %w[US TR] # The card types supported by the payment gateway - self.supported_cardtypes = [:visa, :master] + self.supported_cardtypes = %i[visa master] # The homepage URL of the gateway self.homepage_url = 'https://www.fbwebpos.com/' # The name of the gateway