Omnipay\PayPal\Message\RestAuthorizeRequest::createResponse PHP 메소드

createResponse() 보호된 메소드

protected createResponse ( $data, $statusCode )
    protected function createResponse($data, $statusCode)
    {
        return $this->response = new RestAuthorizeResponse($this, $data, $statusCode);
    }