Skip to content

Commit ff448cf

Browse files
committedMar 14, 2019
2 parents 065dabc + 861151e commit ff448cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Shared.NFe.Utils/Enderecos/Enderecador.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ private static List<EnderecoServico> CarregarEnderecosServicos()
592592
addServico(new[] { ServicoNFe.NfeStatusServico }, versao4, prod, emissao, Estado.MG, nfce, "https://nfce.fazenda.mg.gov.br/nfce/services/NFeStatusServico4");
593593
addServico(new[] { ServicoNFe.RecepcaoEventoCancelmento }, versao4, prod, emissao, Estado.MG, nfce, "https://nfce.fazenda.mg.gov.br/nfce/services/NFeRecepcaoEvento4");
594594
addServico(new[] { ServicoNFe.NFeAutorizacao }, versao4, prod, emissao, Estado.MG, nfce, "https://nfce.fazenda.mg.gov.br/nfce/services/NFeAutorizacao4");
595-
addServico(new[] { ServicoNFe.NFeRetAutorizacao }, versao4, prod, emissao, Estado.MG, nfce, "https://nfe.fazenda.mg.gov.br/nfce/services/NFeRetAutorizacao4");
595+
addServico(new[] { ServicoNFe.NFeRetAutorizacao }, versao4, prod, emissao, Estado.MG, nfce, "https://nfce.fazenda.mg.gov.br/nfce/services/NFeRetAutorizacao4");
596596
}
597597

598598
#endregion

0 commit comments

Comments
 (0)
Please sign in to comment.