Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ZeusAutomacao/DFe.NET
Browse files Browse the repository at this point in the history
  • Loading branch information
robertorp committed Feb 18, 2024
2 parents 3529411 + a029a02 commit ba34fa3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CTe.Servicos/Enderecos/UrlCTe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,11 @@ public class UrlCTe
public string QrCode { get; set; }
public string CteRecepcaoOs { get; set; }
public string CteRecepcaoGtve { get; set; }

public UrlCTe()
{
//CTe tem como URL de distribuição ambinente nacional
CTeDistribuicaoDFe = @"https://www1.cte.fazenda.gov.br/CTeDistribuicaoDFe/CTeDistribuicaoDFe.asmx";
}
}
}

0 comments on commit ba34fa3

Please sign in to comment.