Class: MangoPay::PayIn::RecurringPayments::PayPalMIT
- Includes:
- HTTPCalls::Create
- Defined in:
- lib/mangopay/pay_in.rb
Overview
DEPRECATED: Please use MangoPay::PayIn::RecurringPayments::RecurringPayPalPayIn instead.
Class Method Summary collapse
Methods included from HTTPCalls::Create
Methods inherited from Resource
Class Method Details
.url ⇒ Object
375 376 377 |
# File 'lib/mangopay/pay_in.rb', line 375 def self.url(*) "#{MangoPay.api_path}/payins/payment-methods/paypal/recurring" end |