Skip to content

Commit

Permalink
fix: ajuste de quebra de código
Browse files Browse the repository at this point in the history
  • Loading branch information
robertorp committed Sep 19, 2024
1 parent 7ea5d0d commit f875904
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MDFe.Servicos/RecepcaoMDFe/ServicoMDFeRecepcao.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ public MDFeRetMDFe MDFeRecepcaoSinc(MDFeEletronico mdfe)

var webService = WsdlFactory.CriaWsdlMDFeRecepcaoSinc();

OnAntesDeEnviar(enviMDFe);
OnAntesDeEnviar(new MDFeEnviMDFe
{
IdLote = "1",
MDFe = mdfe,
Versao = VersaoServico.Versao300
});

var retornoXml = webService.mdfeRecepcao(mdfe.CriaXmlRequestWs());

Expand Down

0 comments on commit f875904

Please sign in to comment.