Sha256: 340b06fab729134edde47a5be69d182779d5a69a971fc3de50b9a26818f946e1

Contents?: true

Size: 649 Bytes

Versions: 23

Compression:

Stored size: 649 Bytes

Contents

require File.dirname(__FILE__) + '/payflow'
require File.dirname(__FILE__) + '/payflow_express_uk' 

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    class PayflowUkGateway < PayflowGateway
      self.default_currency = 'GBP'
      self.partner = 'PayPalUk'
      
      def express
        @express ||= PayflowExpressUkGateway.new(@options)
      end
      
      self.supported_cardtypes = [:visa, :master, :american_express, :discover, :solo, :switch]
      self.supported_countries = ['GB']
      self.homepage_url = 'https://www.paypal.com/uk/webapps/mpp/pro'
      self.display_name = 'PayPal Payments Pro (UK)'
    end
  end
end

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
solidus_backend-1.0.0.pre vendor/bundle/gems/activemerchant-1.44.1/lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.45.0 lib/active_merchant/billing/gateways/payflow_uk.rb
aktivemerchant-2.0.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.44.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.44.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.43.3 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.43.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.43.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.42.9 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.42.8 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.42.7 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.42.6 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.42.5 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.42.4 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.42.3 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.42.2 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.42.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.42.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.41.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.40.0 lib/active_merchant/billing/gateways/payflow_uk.rb