lib/active_merchant/billing/gateways/paypal_ca.rb in activemerchant-1.45.0 vs lib/active_merchant/billing/gateways/paypal_ca.rb in activemerchant-1.46.0
- old
+ new
@@ -1,5 +1,5 @@
-require File.dirname(__FILE__) + '/paypal'
+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