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

- old
+ new

@@ -6,10 +6,10 @@ # The countries the gateway supports merchants from as 2 digit ISO country codes self.supported_countries = ['US'] self.money_format = :dollars self.default_currency = 'USD' # The card types supported by the payment gateway - self.supported_cardtypes = [:visa, :master, :american_express, :discover] + self.supported_cardtypes = %i[visa master american_express discover] # The homepage URL of the gateway self.homepage_url = 'http://www.instapayllc.com' # The name of the gateway