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

- old
+ new

@@ -6,10 +6,10 @@ self.live_url = 'https://secure.goemerchant.com/secure/gateway/xmlgateway.aspx' self.supported_countries = ['US'] self.default_currency = 'USD' self.money_format = :dollars - self.supported_cardtypes = [:visa, :master, :american_express, :discover] + self.supported_cardtypes = %i[visa master american_express discover] self.homepage_url = 'http://1stpaygateway.net/' self.display_name = '1stPayGateway.Net' def initialize(options={})