Omnipay\PayPal\Message\ExpressAuthorizeResponse::getCheckoutEndpoint PHP 메소드

getCheckoutEndpoint() 보호된 메소드

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