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

- old
+ new

@@ -9,10 +9,10 @@ def express @express ||= PayflowExpressUkGateway.new(@options) end - self.supported_cardtypes = [:visa, :master, :american_express, :discover] + self.supported_cardtypes = %i[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