lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.107.1 vs lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.107.2

- old
+ new

@@ -15,11 +15,11 @@ # However, regular accounts with DPS only support VISA and Mastercard 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.homepage_url = 'http://www.paymentexpress.com/' - self.display_name = 'PaymentExpress' + self.homepage_url = 'https://www.windcave.com/' + self.display_name = 'Windcave (formerly PaymentExpress)' self.live_url = 'https://sec.paymentexpress.com/pxpost.aspx' self.test_url = 'https://uat.paymentexpress.com/pxpost.aspx' APPROVED = '1'