Sha256: 86b72bb17fd5c9ffaea8746aa19fbc0bb7b5e0d5ee7fda8b817d15466ae0c866

Contents?: true

Size: 685 Bytes

Versions: 161

Compression:

Stored size: 685 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/cgi-bin/webscr?cmd=_wp-pro-overview-outside'
      self.display_name = 'PayPal Website Payments Pro (UK)'
    end
  end
end

Version data entries

161 entries across 161 versions & 35 rubygems

Version Path
activemerchant-1.29.3 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.29.2 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.29.1 lib/active_merchant/billing/gateways/payflow_uk.rb
jelaniharris-activemerchant-1.29.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.29.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-nsp-1.27.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.28.0 lib/active_merchant/billing/gateways/payflow_uk.rb
yetanothernguyen-activemerchant-1.21.2 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.27.0 lib/active_merchant/billing/gateways/payflow_uk.rb
yetanothernguyen-activemerchant-1.21.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.26.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.25.0 lib/active_merchant/billing/gateways/payflow_uk.rb
jelaniharris-activemerchant-1.24.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.24.0 lib/active_merchant/billing/gateways/payflow_uk.rb
tlconnor-activemerchant-1.23.3 lib/active_merchant/billing/gateways/payflow_uk.rb
tlconnor-activemerchant-1.23.2 lib/active_merchant/billing/gateways/payflow_uk.rb
tlconnor-activemerchant-1.23.1 lib/active_merchant/billing/gateways/payflow_uk.rb
tlconnor-activemerchant-1.23.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.23.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.22.0 lib/active_merchant/billing/gateways/payflow_uk.rb