Class: MangoPay::PayIn::GooglePay::Direct
- Includes:
- HTTPCalls::Create
- Defined in:
- lib/mangopay/pay_in.rb
Class Method Summary collapse
Methods included from HTTPCalls::Create
Methods inherited from Resource
Class Method Details
.url ⇒ Object
[View source]
138 139 140 |
# File 'lib/mangopay/pay_in.rb', line 138 def self.url(*) "#{MangoPay.api_path}/payins/googlepay/#{CGI.escape(class_name.downcase)}" end |