File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 * When no custom base URL is supplied the appropriate official endpoint is
1414 * selected automatically from the sandboxMode flag:
1515 *
16- * - Production: https://nfse.fazenda. gov.br/NFS-e/api/v1
17- * - Sandbox: https://hml. nfse.fazenda. gov.br/NFS-e/api/v1
16+ * - Production: https://sefin. nfse.gov.br/SefinNacional
17+ * - Sandbox: https://sefin.producaorestrita. nfse.gov.br/SefinNacional
1818 */
1919final readonly class EnvironmentConfig
2020{
21- private const BASE_URL_PROD = 'https://nfse.fazenda. gov.br/NFS-e/api/v1 ' ;
22- private const BASE_URL_SANDBOX = 'https://hml. nfse.fazenda. gov.br/NFS-e/api/v1 ' ;
21+ private const BASE_URL_PROD = 'https://sefin. nfse.gov.br/SefinNacional ' ;
22+ private const BASE_URL_SANDBOX = 'https://sefin.producaorestrita. nfse.gov.br/SefinNacional ' ;
2323
2424 public string $ baseUrl ;
2525
You can’t perform that action at this time.
0 commit comments