Omnipay\PayPal\Message\ExpressCompletePurchaseRequest::createResponse PHP Method

createResponse() protected method

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