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

- old
+ new

@@ -9,10 +9,10 @@ self.live_url = 'https://trans.merchantpartners.com/cgi-bin/ProcessXML.cgi' self.supported_countries = ['US'] self.default_currency = 'USD' self.money_format = :dollars - self.supported_cardtypes = [:visa, :master, :american_express, :discover, :diners_club, :jcb] + self.supported_cardtypes = %i[visa master american_express discover diners_club jcb] def initialize(options={}) requires!(options, :account_id, :merchant_pin) super end