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
tomriley-active_merchant-1.4.2.5 lib/active_merchant/billing/gateways/payflow_uk.rb
tomriley-active_merchant-1.4.2.6 lib/active_merchant/billing/gateways/payflow_uk.rb
tomriley-active_merchant-1.4.2.7 lib/active_merchant/billing/gateways/payflow_uk.rb
tomriley-active_merchant-1.4.2.8 lib/active_merchant/billing/gateways/payflow_uk.rb
tomriley-tomriley-active_merchant-1.4.2.4 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.38.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.38.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.37.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.36.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.35.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.35.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.34.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.34.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.33.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.32.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.32.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.31.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.31.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.30.0 lib/active_merchant/billing/gateways/payflow_uk.rb
jelaniharris-activemerchant-1.29.2 lib/active_merchant/billing/gateways/payflow_uk.rb