Skip to content

Commit a7767f5

Browse files
committed
removed keys
1 parent 4544921 commit a7767f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/ejemplos-factura-carta-porte-valores.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343

4444
settings = FiscalApiSettings(
4545
api_url="https://test.fiscalapi.com",
46-
api_key="sk_test_b7dae706_e16f_4faf_90fb_a5d1990985a2",
47-
tenant="275510ee-f64d-435a-9e92-1553d8f10a7e"
46+
api_key="API_KEY",
47+
tenant="TENANT_ID"
4848
)
4949

5050
client = FiscalApiClient(settings=settings)

0 commit comments

Comments
 (0)