Method: ActiveMerchant::Billing::PaypalExpressResponse#checkout_status
- Defined in:
- lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb
#checkout_status ⇒ Object
16 17 18 |
# File 'lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb', line 16 def checkout_status (@params['CheckoutStatus']||{}) end |