Class: PayPal::Recurring::Response::Checkout

Inherits:
Base
  • Object
show all
Defined in:
lib/paypal/recurring/response/checkout.rb

Instance Attribute Summary

Attributes inherited from Base

#response

Instance Method Summary collapse

Methods inherited from Base

#errors, #initialize, #params, #success?, #valid?

Methods included from Utils

#convert_to_time, #mapping

Constructor Details

This class inherits a constructor from PayPal::Recurring::Response::Base

Instance Method Details

#checkout_urlObject



5
6
7
# File 'lib/paypal/recurring/response/checkout.rb', line 5

def checkout_url
  "#{PayPal::Recurring.site_endpoint}?cmd=_express-checkout&token=#{token}"
end