lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.103.0 vs lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.104.0

- old
+ new

@@ -11,12 +11,12 @@ # Various white label cards can be accepted as well; Farmers, AirNZCard and Elders etc. # Please note that not all acquirers and Eftpos networks can support some of these card types. # VISA, Mastercard, Diners Club and Farmers cards are supported # # However, regular accounts with DPS only support VISA and Mastercard - self.supported_cardtypes = [ :visa, :master, :american_express, :diners_club, :jcb ] + self.supported_cardtypes = [:visa, :master, :american_express, :diners_club, :jcb] - self.supported_countries = %w[ AU FJ GB HK IE MY NZ PG SG US ] + self.supported_countries = %w[AU FJ GB HK IE MY NZ PG SG US] self.homepage_url = 'http://www.paymentexpress.com/' self.display_name = 'PaymentExpress' self.live_url = 'https://sec.paymentexpress.com/pxpost.aspx'