Omnipay\PayPal\Message\AbstractRestRequest::getEndpoint PHP Method

getEndpoint() protected method

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