Method: ActiveMerchant::Billing::PaypalExpressResponse#checkout_status

Defined in:
lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb

#checkout_statusObject



16
17
18
# File 'lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb', line 16

def checkout_status
  (@params['CheckoutStatus']||{})
end