-
-
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
f112017
commit 978d169
Showing
5 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -47,7 +47,7 @@ private ConfiguracoesIniciaisNfe(Estados estado, String ambiente, Certificado ce | |
|
||
public static ConfiguracoesIniciaisNfe iniciaConfiguracoes(Estados estado, String ambiente, Certificado certificado, String pastaSchemas) { | ||
new ConfiguracoesIniciaisNfe(estado, ambiente, certificado, pastaSchemas); | ||
System.out.println("Api Java Nfe Versão 4.00.3a - Samuel Olivera - [email protected]"); | ||
System.out.println("Api Java Nfe Versão 4.00.3 - 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: " + estado.getNome()); | ||
return instance; | ||
|
@@ -56,7 +56,7 @@ public static ConfiguracoesIniciaisNfe iniciaConfiguracoes(Estados estado, Strin | |
public static ConfiguracoesIniciaisNfe iniciaConfiguracoes(Estados estado, String ambiente, Certificado certificado, String pastaSchemas, Boolean log) { | ||
new ConfiguracoesIniciaisNfe(estado, ambiente, certificado, pastaSchemas); | ||
if (log) { | ||
System.out.println("Api Java Nfe Versão 4.00.3a - Samuel Olivera - [email protected]"); | ||
System.out.println("Api Java Nfe Versão 4.00.3 - 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: " + estado.getNome()); | ||
} | ||
|
Binary file not shown.