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

- old
+ new

@@ -5,10 +5,10 @@ class IppGateway < Gateway self.live_url = 'https://www.ippayments.com.au/interface/api/dts.asmx' self.test_url = 'https://demo.ippayments.com.au/interface/api/dts.asmx' self.supported_countries = ['AU'] - self.supported_cardtypes = [:visa, :master, :american_express, :diners_club, :jcb] + self.supported_cardtypes = %i[visa master american_express diners_club jcb] self.homepage_url = 'http://www.ippayments.com.au/' self.display_name = 'IPP' self.money_format = :cents