Sha256: 7f46ce040c4d13a6f4c2851f04c4a5760f1e97845184e4719d9d608311afbb26

Contents?: true

Size: 505 Bytes

Versions: 120

Compression:

Stored size: 505 Bytes

Contents

require File.dirname(__FILE__) + '/paypal'

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    # The PayPal gateway for PayPal Website Payments Pro Canada only supports Visa and MasterCard
    class PaypalCaGateway < PaypalGateway
      self.supported_cardtypes = [:visa, :master]
      self.supported_countries = ['CA']
      self.homepage_url = 'https://www.paypal.com/cgi-bin/webscr?cmd=_wp-pro-overview-outside'
      self.display_name = 'PayPal Website Payments Pro (CA)'
    end
  end
end

Version data entries

120 entries across 120 versions & 21 rubygems

Version Path
mattbauer-activemerchant-1.4.2 lib/active_merchant/billing/gateways/paypal_ca.rb
seamusabshere-active_merchant-1.4.2.1 lib/active_merchant/billing/gateways/paypal_ca.rb
seamusabshere-active_merchant-1.4.2.3 lib/active_merchant/billing/gateways/paypal_ca.rb
tomriley-active_merchant-1.4.2.3 lib/active_merchant/billing/gateways/paypal_ca.rb
tomriley-active_merchant-1.4.2.4 lib/active_merchant/billing/gateways/paypal_ca.rb
tomriley-active_merchant-1.4.2.5 lib/active_merchant/billing/gateways/paypal_ca.rb
tomriley-active_merchant-1.4.2.6 lib/active_merchant/billing/gateways/paypal_ca.rb
tomriley-active_merchant-1.4.2.7 lib/active_merchant/billing/gateways/paypal_ca.rb
tomriley-active_merchant-1.4.2.8 lib/active_merchant/billing/gateways/paypal_ca.rb
tomriley-tomriley-active_merchant-1.4.2.4 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.43.3 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.43.1 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.43.0 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.42.9 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.42.8 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.42.7 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.42.6 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.42.5 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.42.4 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.42.3 lib/active_merchant/billing/gateways/paypal_ca.rb