Class: MangoPay::PayIn::PayPal::Web

Inherits:
Resource
  • Object
show all
Includes:
HTTPCalls::Create
Defined in:
lib/mangopay/pay_in.rb

Overview

See docs.mangopay.com/api-references/payins/paypal-payin/ DEPRECATED: Please use the Direct payment method. Web will be removed in a future version.

Class Method Summary collapse

Methods included from HTTPCalls::Create

included

Methods inherited from Resource

class_name

Class Method Details

.urlObject



107
108
109
# File 'lib/mangopay/pay_in.rb', line 107

def self.url(*)
  "#{MangoPay.api_path}/payins/paypal/#{CGI.escape(class_name.downcase)}"
end