Omnipay\PayPal\Message\AbstractRestRequest::getEndpoint PHP 메소드

getEndpoint() 보호된 메소드

protected getEndpoint ( )
    protected function getEndpoint()
    {
        $base = $this->getTestMode() ? $this->testEndpoint : $this->liveEndpoint;
        return $base . '/' . self::API_VERSION;
    }