Skip to content

Commit

Permalink
Código exemplo de mudança de urls Ceará
Browse files Browse the repository at this point in the history
  • Loading branch information
robertorp committed Dec 20, 2021
1 parent b836711 commit 77fc9ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NFe.AppTeste/ConfiguracaoApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
using NFe.Danfe.Base.NFCe;
using NFe.Utils;
using NFe.Utils.Email;
using Shared.NFe.Utils.Enderecos.NovasUrlsCeara;

namespace NFe.AppTeste
{
Expand All @@ -60,6 +61,7 @@ public ConfiguracaoApp()
ConfiguracaoEmail = new ConfiguracaoEmail("[email protected]", "senha", "Envio de NFE", Resources.MensagemHtml, "smtp.dominio.com", 587, true, true);
ConfiguracaoCsc = new ConfiguracaoCsc("000001", "");
ConfiguracaoDanfeNfce = new ConfiguracaoDanfeNfce(NfceDetalheVendaNormal.UmaLinha, NfceDetalheVendaContigencia.UmaLinha);
// todo ConfiguracaoUrls.FactoryUrl = FactoryUrlCearaMudanca.CriaFactoryUrl();
}

public ConfiguracaoServico CfgServico
Expand Down

0 comments on commit 77fc9ef

Please sign in to comment.