Payum\Paypal\Masspay\Nvp\Api::getApiEndpoint PHP 메소드

getApiEndpoint() 보호된 메소드

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