Class: Gateway::PayPal
- Inherits:
-
Gateway
- Object
- ActiveRecord::Base
- PaymentMethod
- Gateway
- Gateway::PayPal
- Defined in:
- app/models/gateway/pay_pal.rb
Constant Summary
Constants inherited from PaymentMethod
Instance Method Summary collapse
Methods inherited from Gateway
current, #method_missing, #method_type, #options, #payment_profiles_supported?, #payment_source_class, #provider
Methods inherited from PaymentMethod
active?, available, current, #destroy, find_with_destroyed, #method_type, #payment_profiles_supported?, #payment_source_class, providers, register, #source_required?
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Gateway
Instance Method Details
#provider_class ⇒ Object
7 8 9 |
# File 'app/models/gateway/pay_pal.rb', line 7 def provider_class ActiveMerchant::Billing::PaypalGateway end |