Skip to content

Commit 4b3ff12

Browse files
chore: renomear variável validarDetEvento para deveValidarDetEvento
Co-authored-by: Agnaldo Silva <[email protected]>
1 parent 2ccc455 commit 4b3ff12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NFe.Servicos/ServicosNFe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ private RetornoRecepcaoEvento RecepcaoEvento(int idlote, List<evento> eventos, S
491491
if (_cFgServico.ValidarSchemas)
492492
Validador.Valida(servicoEvento, _cFgServico.VersaoRecepcaoEventoCceCancelamento, xmlEvento, cfgServico: _cFgServico);
493493

494-
var validarDetEvento = DeveValidarDetalhamentoDoEvento(servicoEvento);
494+
var deveValidarDetEvento = DeveValidarDetalhamentoDoEvento(servicoEvento);
495495

496496
if (validarDetEvento && _cFgServico.ValidarSchemas)
497497
{

0 commit comments

Comments
 (0)