Sha256: 40f2f30130a1c8eec9a9fdd39ec05396e0b56ab5b7d872e1a78a7d51436a5e50

Contents?: true

Size: 512 Bytes

Versions: 73

Compression:

Stored size: 512 Bytes

Contents

require 'active_merchant/billing/gateways/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

73 entries across 73 versions & 4 rubygems

Version Path
activemerchant-1.54.0 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.53.0 lib/active_merchant/billing/gateways/paypal_ca.rb
start_activemerchant-1.50.0 lib/active_merchant/billing/gateways/paypal_ca.rb
solidus_backend-1.0.0.pre3 vendor/bundle/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways/paypal_ca.rb
solidus_backend-1.0.0.pre2 vendor/bundle/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.52.0 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.51.0 lib/active_merchant/billing/gateways/paypal_ca.rb
solidus_backend-1.0.0.pre vendor/bundle/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.50.0 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.49.0 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.48.0 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.47.0 lib/active_merchant/billing/gateways/paypal_ca.rb
activemerchant-1.46.0 lib/active_merchant/billing/gateways/paypal_ca.rb