Skip to content

Commit 21185d2

Browse files
JesusMendozaJesusMendoza
authored andcommitted
ejemplos facturas con complemento de impuesos locales added
1 parent 5ef6aa7 commit 21185d2

2 files changed

Lines changed: 7 additions & 14 deletions

File tree

examples/ejemplos-factura-impuestos-locales-referencias.ts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ inspect.defaultOptions.colors = true;
1212

1313
// Configuración de FiscalAPI
1414
const settings: FiscalapiSettings = {
15-
// apiUrl: 'https://test.fiscalapi.com',
16-
// apiKey: '<API_KEY>',
17-
// tenant: '<TENANT_ID>',
18-
apiUrl: "http://localhost:5001",
19-
apiKey: "sk_development_b470ea83_3c0f_4209_b933_85223b960d91",
20-
tenant: "102e5f13-e114-41dd-bea7-507fce177281",
21-
debug: true
15+
apiUrl: 'https://test.fiscalapi.com',
16+
apiKey: '<API_KEY>',
17+
tenant: '<TENANT_ID>',
18+
debug: true
2219
};
2320

2421
// IDs de personas pre-configuradas en FiscalAPI (modo ByReferences)

examples/ejemplos-factura-impuestos-locales-valores.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@ inspect.defaultOptions.colors = true;
1212

1313
// Configuración de FiscalAPI
1414
const settings: FiscalapiSettings = {
15-
// apiUrl: 'https://test.fiscalapi.com',
16-
// apiKey: '<API_KEY>',
17-
// tenant: '<TENANT_ID>',
18-
// debug: true
19-
apiUrl: "http://localhost:5001",
20-
apiKey: "sk_development_b470ea83_3c0f_4209_b933_85223b960d91",
21-
tenant: "102e5f13-e114-41dd-bea7-507fce177281",
15+
apiUrl: 'https://test.fiscalapi.com',
16+
apiKey: '<API_KEY>',
17+
tenant: '<TENANT_ID>',
2218
debug: true
2319
};
2420

0 commit comments

Comments
 (0)