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.14.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.13.0 lib/active_merchant/billing/gateways/payflow_uk.rb
goldstar-activemerchant-1.4.2.7 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.12.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.12.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-abn-ideal-1.7.0c lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-abn-ideal-1.7.0b lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.11.0 lib/active_merchant/billing/gateways/payflow_uk.rb
goldstar-activemerchant-1.4.2.6 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.10.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.9.4 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.9.3 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.9.2 lib/active_merchant/billing/gateways/payflow_uk.rb
n8_activemerchant-1.9.3 lib/active_merchant/billing/gateways/payflow_uk.rb
maedana-activemerchant-1.9.1.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.9.1 lib/active_merchant/billing/gateways/payflow_uk.rb
johnreitano-activemerchant-1.5.11 lib/active_merchant/billing/gateways/payflow_uk.rb
tomriley-active_merchant-1.4.2.11 lib/active_merchant/billing/gateways/payflow_uk.rb
tomriley-active_merchant-1.4.2.10 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.9.0 lib/active_merchant/billing/gateways/payflow_uk.rb