Omnipay\PayPal\Message\ExpressInContextAuthorizeResponse::getRedirectQueryParameters PHP 메소드

getRedirectQueryParameters() 보호된 메소드

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