Omnipay\PayPal\Message\ExpressAuthorizeResponse::getCheckoutEndpoint PHP Метод

getCheckoutEndpoint() защищенный Метод

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