Skip to content

Commit

Permalink
Corrigido o exemplo de corrigeNota
Browse files Browse the repository at this point in the history
  • Loading branch information
jefperito committed Apr 9, 2015
1 parent 342e414 commit 6d0cd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ final NFLoteEnvioRetorno retorno = new WSFacade(config).enviaLote(lote);
#### Corrige nota
Faça a correcao da nota atraves do facade:
```java
final NFEnviaEventoRetorno retorno = new WSFacade(config).corrigeNota(chaveDeAcessoDaNota, textoCorrecao);
final NFEnviaEventoRetorno retorno = new WSFacade(config).corrigeNota(chaveDeAcessoDaNota, textoCorrecao, sequencialEventoDaNota);
```

#### Cancela nota
Expand Down

0 comments on commit 6d0cd78

Please sign in to comment.