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

Version Path
activemerchant-1.4.1 lib/active_merchant/billing/gateways/payflow_express_uk.rb
activemerchant-1.4.0 lib/active_merchant/billing/gateways/payflow_express_uk.rb
activemerchant-1.4.2 lib/active_merchant/billing/gateways/payflow_express_uk.rb
spree-0.2.0 vendor/plugins/active_merchant/lib/active_merchant/billing/gateways/payflow_express_uk.rb