Omnipay\PayPal\Message\ExpressAuthorizeResponse::getCheckoutEndpoint PHP Method

getCheckoutEndpoint() protected method

protected getCheckoutEndpoint ( )
    protected function getCheckoutEndpoint()
    {
        return $this->getRequest()->getTestMode() ? $this->testCheckoutEndpoint : $this->liveCheckoutEndpoint;
    }