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

- old
+ new

@@ -5,10 +5,10 @@ self.live_url = 'https://commerce.cashnet.com/' self.test_url = 'https://train.cashnet.com/' self.supported_countries = ['US'] - self.supported_cardtypes = [:visa, :master, :american_express, :discover, :diners_club, :jcb] + self.supported_cardtypes = %i[visa master american_express discover diners_club jcb] self.homepage_url = 'http://www.higherone.com/' self.display_name = 'Cashnet' self.money_format = :dollars self.max_retries = 0