Sha256: 8f07ef483c25bab4c89993c758306d3323e1a8d390e177c4c1e8a7b996d250c6
Contents?: true
Size: 469 Bytes
Versions: 184
Compression:
Stored size: 469 Bytes
Contents
require File.dirname(__FILE__) + '/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
184 entries across 184 versions & 37 rubygems