Sha256: e2359172f8fe9a7511117052c7c693a0c570977afe213b5edd7bf42831ca3dbd
Contents?: true
Size: 470 Bytes
Versions: 46
Compression:
Stored size: 470 Bytes
Contents
require 'active_merchant/billing/gateways/payflow_express' module ActiveMerchant #:nodoc: module Billing #:nodoc: class PayflowExpressUkGateway < PayflowExpressGateway self.default_currency = 'GBP' self.partner = 'PayPalUk' self.supported_countries = ['GB'] self.homepage_url = 'https://www.paypal.com/uk/cgi-bin/webscr?cmd=_additional-payment-overview-outside' self.display_name = 'PayPal Express Checkout (UK)' end end end
Version data entries
46 entries across 46 versions & 3 rubygems