lib/active_merchant/billing/gateways/payflow_uk.rb in activemerchant-1.83.0 vs lib/active_merchant/billing/gateways/payflow_uk.rb in activemerchant-1.84.0

- old
+ new

@@ -9,10 +9,10 @@ def express @express ||= PayflowExpressUkGateway.new(@options) end - self.supported_cardtypes = [:visa, :master, :american_express, :discover, :solo, :switch] + self.supported_cardtypes = [:visa, :master, :american_express, :discover] self.supported_countries = ['GB'] self.homepage_url = 'https://www.paypal.com/uk/webapps/mpp/pro' self.display_name = 'PayPal Payments Pro (UK)' end end