Sha256: a489d6204756b22be729e041dbc0dfaefb516f2ff9ff2e84a68d6a157aab568f

Contents?: true

Size: 650 Bytes

Versions: 44

Compression:

Stored size: 650 Bytes

Contents

require 'active_merchant/billing/gateways/payflow'
require 'active_merchant/billing/gateways/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

44 entries across 44 versions & 3 rubygems

Version Path
activemerchant-1.83.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.82.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.81.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.80.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.79.2 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.79.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.79.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.78.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.77.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.76.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.75.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.74.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.73.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.72.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.71.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.70.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.69.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.68.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.67.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.66.0 lib/active_merchant/billing/gateways/payflow_uk.rb