-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
19e894b
commit bf37356
Showing
8 changed files
with
11 additions
and
9 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.
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.9b - Samuel Olivera - [email protected]"); | ||
System.out.println("Api Java Nfe Versão 4.00.9 - 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 |
---|---|---|
|
@@ -45,7 +45,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.9b - Samuel Olivera - [email protected]"); | ||
System.out.println("Api Java Nfe Versão 4.00.9 - 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
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.