Skip to content

Commit

Permalink
Merge pull request #1331 from esistemsistemas/fork_master
Browse files Browse the repository at this point in the history
Alterado URL de consulta a NFCe via QRCode para Minas Gerais.
  • Loading branch information
robertorp authored Mar 10, 2022
2 parents 290cb52 + 1e1ffcf commit 30b5174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shared.NFe.Utils/InformacoesSuplementares/ExtinfNFeSupl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private static List<EnderecoConsultaPublicaNfce> CarregarUrls()
{Estado.RS, versao3E4, "https://www.sefaz.rs.gov.br/NFCE/NFCE-COM.aspx"},
{Estado.RO, versao3E4, "http://www.nfce.sefin.ro.gov.br/consultanfce/consulta.jsp"},
{Estado.RR, versao3E4, "https://www.sefaz.rr.gov.br/nfce/servlet/qrcode"},
{Estado.MG, versao3E4, "https://nfce.fazenda.mg.gov.br/portalnfce/sistema/qrcode.xhtml"}
{Estado.MG, versao3E4, "https://portalsped.fazenda.mg.gov.br/portalnfce/sistema/qrcode.xhtml"}
};
adicionarUrls(TipoAmbiente.Producao, TipoUrlConsultaPublica.UrlQrCode, new[] { VersaoQrCode.QrCodeVersao1, VersaoQrCode.QrCodeVersao2 }, urlsQrCodeProducaoQrCode1E2);

Expand Down Expand Up @@ -179,7 +179,7 @@ private static List<EnderecoConsultaPublicaNfce> CarregarUrls()
{Estado.RO, versao3E4, "http://www.nfce.sefin.ro.gov.br/consultanfce/consulta.jsp"},
{Estado.RR, versao3E4, "http://200.174.88.103:8080/nfce/servlet/qrcode"},
{Estado.TO, versao3E4, "http://apps.sefaz.to.gov.br/portal-nfce-homologacao/qrcodeNFCe"},
{Estado.MG, versao3E4, "https://nfce.fazenda.mg.gov.br/portalnfce/sistema/qrcode.xhtml"}
{Estado.MG, versao3E4, "https://portalsped.fazenda.mg.gov.br/portalnfce/sistema/qrcode.xhtml"}
};
adicionarUrls(TipoAmbiente.Homologacao, TipoUrlConsultaPublica.UrlQrCode, new[] { VersaoQrCode.QrCodeVersao1, VersaoQrCode.QrCodeVersao2 }, urlsQrCodeHomologacaoQrCode1E2);

Expand Down

0 comments on commit 30b5174

Please sign in to comment.