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

getApiEndpoint() protected method

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