Class: MangoPay::PayIn::RecurringPayments::PayPalMIT

Inherits:
Resource
  • Object
show all
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

included

Methods inherited from Resource

class_name

Class Method Details

.urlObject



371
372
373
# File 'lib/mangopay/pay_in.rb', line 371

def self.url(*)
  "#{MangoPay.api_path}/payins/payment-methods/paypal/recurring"
end