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
yetanothernguyen-activemerchant-1.21.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.21.0 lib/active_merchant/billing/gateways/payflow_uk.rb
tlconnor-activemerchant-1.20.4 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.20.4 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.20.3 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.20.2 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.20.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.20.0 lib/active_merchant/billing/gateways/payflow_uk.rb
vibedeck-activemerchant-1.18.2 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.18.1 lib/active_merchant/billing/gateways/payflow_uk.rb
fishman-activemerchant-1.18.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.18.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.17.0 lib/active_merchant/billing/gateways/payflow_uk.rb
yetanothernguyen-activemerchant-1.16.0 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.16.0 lib/active_merchant/billing/gateways/payflow_uk.rb
gonow-activemerchant-1.15.0 lib/active_merchant/billing/gateways/payflow_uk.rb
bitfluent-activemerchant-1.15.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-kiddy-1.15.0.kiddy.1 lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-kiddy-1.15.0.kiddy lib/active_merchant/billing/gateways/payflow_uk.rb
activemerchant-1.15.0 lib/active_merchant/billing/gateways/payflow_uk.rb