Skip to content

Commit

Permalink
[-] URL distribuição para CTe 4.0 (#1494)
Browse files Browse the repository at this point in the history
* [CTe][*] Considera a configuração IsValidaSchemas permitindo ignorar validação de Schemas

* [-] URL distribuição para CTe 4.0
  • Loading branch information
marcosgerene authored Feb 17, 2024
1 parent 30e2a5d commit a029a02
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 a029a02

Please sign in to comment.