Omnipay\PayPal\Message\ExpressInContextAuthorizeResponse::getRedirectQueryParameters PHP Method

getRedirectQueryParameters() protected method

    protected function getRedirectQueryParameters()
    {
        return array('useraction' => 'commit', 'token' => $this->getTransactionReference());
    }
ExpressInContextAuthorizeResponse