We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779bc37 commit 6655feeCopy full SHA for 6655fee
README.md
@@ -31,16 +31,14 @@ dotnet add package Fiscalapi
31
32
## ⚙️ Configuración
33
34
-Configura el cliente con tus credenciales:
+Configura el cliente con [tus credenciales](https://docs.fiscalapi.com/credentials-info):
35
36
```csharp
37
var settings = new FiscalApiOptions
38
{
39
ApiUrl = "https://test.fiscalapi.com", // Usa https://fiscalapi.com para producción
40
ApiKey = "<tu_api_key>",
41
- ApiVersion = "v4",
42
Tenant = "<tenant>",
43
- TimeZone = "America/Mexico_City"
44
};
45
46
var fiscalApi = FiscalApiClient.Create(settings);
0 commit comments