Skip to content

Commit

Permalink
Alteração da descrição do evento de Inclusao de DFe. Com a descrição …
Browse files Browse the repository at this point in the history
…'Inclusao de DF-e' retornava erro de validação, pois o valor esperado é 'Inclusao DF-e' (#963)
  • Loading branch information
th1m0r committed Jun 29, 2024
1 parent c7eeb74 commit ec10c31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class WSIncluirDFe implements DFLog {

private static final String DESCRICAO_EVENTO = "Inclusao de DF-e";
private static final String DESCRICAO_EVENTO = "Inclusao DF-e";
private static final BigDecimal VERSAO_LEIAUTE = new BigDecimal("3.00");
private static final String EVENTO_ENCERRAMENTO = "110115";
private final MDFeConfig config;
Expand Down

0 comments on commit ec10c31

Please sign in to comment.