Skip to content

Commit a879b7f

Browse files
committed
feat: Atualiza doc de inicialização de ambiente com tokenCSC
1 parent 6a97181 commit a879b7f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ await nfewizard.NFE_LoadEnvironment({
6161
nfe: {
6262
ambiente: 2,
6363
versaoDF: "4.00",
64+
idCSC: 1,
65+
tokenCSC: '99999999-9999-9999-9999-999999999999'
6466
},
6567
email: {
6668
host: 'smtp.example.com',

docs/nfeInicializarAmbiente.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ await nfewizard.NFE_LoadEnvironment({
4242
nfe: {
4343
ambiente: 2,
4444
versaoDF: "4.00",
45+
idCSC: 1,
46+
tokenCSC: '99999999-9999-9999-9999-999999999999'
4547
},
4648
email: {
4749
host: 'smtp.example.com',

0 commit comments

Comments
 (0)