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
tanga_activemerchant-1.38.0.5 lib/active_merchant/billing/gateways/payflow_uk.rb
tanga_activemerchant-1.38.0.4 lib/active_merchant/billing/gateways/payflow_uk.rb
tanga_activemerchant-1.38.0.3 lib/active_merchant/billing/gateways/payflow_uk.rb
tanga_activemerchant-1.38.0.2 lib/active_merchant/billing/gateways/payflow_uk.rb
tanga_activemerchant-1.38.0.1 lib/active_merchant/billing/gateways/payflow_uk.rb
tanga_activemerchant-1.38.0 lib/active_merchant/billing/gateways/payflow_uk.rb
tanga_activemerchant-1.37.0 lib/active_merchant/billing/gateways/payflow_uk.rb
johnideal-activemerchant-1.4.10 lib/active_merchant/billing/gateways/payflow_uk.rb
johnideal-activemerchant-1.4.11 lib/active_merchant/billing/gateways/payflow_uk.rb
johnideal-activemerchant-1.4.4 lib/active_merchant/billing/gateways/payflow_uk.rb
johnideal-activemerchant-1.4.5 lib/active_merchant/billing/gateways/payflow_uk.rb
johnideal-activemerchant-1.4.6 lib/active_merchant/billing/gateways/payflow_uk.rb
johnideal-activemerchant-1.4.7 lib/active_merchant/billing/gateways/payflow_uk.rb
johnideal-activemerchant-1.4.8 lib/active_merchant/billing/gateways/payflow_uk.rb
martinstannard-activemerchant-0.1.0 lib/active_merchant/billing/gateways/payflow_uk.rb
mattbauer-activemerchant-1.4.2 lib/active_merchant/billing/gateways/payflow_uk.rb
seamusabshere-active_merchant-1.4.2.1 lib/active_merchant/billing/gateways/payflow_uk.rb
seamusabshere-active_merchant-1.4.2.3 lib/active_merchant/billing/gateways/payflow_uk.rb
tomriley-active_merchant-1.4.2.3 lib/active_merchant/billing/gateways/payflow_uk.rb
tomriley-active_merchant-1.4.2.4 lib/active_merchant/billing/gateways/payflow_uk.rb