-
-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8c6a64
commit 6eac771
Showing
8 changed files
with
26 additions
and
481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ public static ConfiguracoesIniciaisNfe iniciaConfiguracoes(Estados estado, Strin | |
String pastaSchemas, Boolean log) { | ||
new ConfiguracoesIniciaisNfe(estado, ambiente, certificado, pastaSchemas, log); | ||
if (log) { | ||
System.out.println("Api Java Nfe Versão 4.00.5 - Samuel Olivera - [email protected]"); | ||
System.out.println("Api Java Nfe Versão 4.00.6 - Samuel Olivera - [email protected]"); | ||
System.out.println("Certificado: " + certificado.getTipo().toUpperCase() + " - " | ||
+ certificado.getNome().toUpperCase() + " - Vencimento: " + certificado.getVencimento()); | ||
System.out.println("Ambiente: " + (ambiente.equals("1") ? "Produção" : "Homologação") + " - Estado: " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ public static ConfiguracoesWebNfe iniciaConfiguracoes(Estados estado, String amb | |
instance.setVersaoNfe(); | ||
instance.setLog(log); | ||
if (log) { | ||
System.out.println("Api Java Nfe Versão 4.00.5 - Samuel Olivera - [email protected]"); | ||
System.out.println("Api Java Nfe Versão 4.00.6 - Samuel Olivera - [email protected]"); | ||
System.out.println("Certificado: " + certificado.getTipo().toUpperCase() + " - " | ||
+ certificado.getNome().toUpperCase() + " - Vencimento: " + certificado.getVencimento()); | ||
System.out.println("Ambiente: " + (ambiente.equals("1") ? "Produção" : "Homologação") + " - Estado: " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.