Class: PayPal::Recurring::Response::Checkout
- Defined in:
- lib/paypal/recurring/response/checkout.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#errors, #initialize, #params, #success?, #valid?
Methods included from Utils
Constructor Details
This class inherits a constructor from PayPal::Recurring::Response::Base
Instance Method Details
#checkout_url ⇒ Object
5 6 7 |
# File 'lib/paypal/recurring/response/checkout.rb', line 5 def checkout_url "#{PayPal::Recurring.site_endpoint}?cmd=_express-checkout&token=#{token}&useraction=commit" end |