Payum\Paypal\ProHosted\Nvp\Api::getApiEndpoint PHP Method

getApiEndpoint() protected method

protected getApiEndpoint ( ) : string
return string
    protected function getApiEndpoint()
    {
        return $this->options['sandbox'] ? 'https://api-3t.sandbox.paypal.com/nvp' : 'https://api-3t.paypal.com/nvp';
    }