File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Puedes usar el SDK tanto en aplicaciones sin inyección de dependencias (WinForm
3939 ``` csharp
4040 var settings = new FiscalApiOptions
4141 {
42- ApiUrl = " https://test.fiscalapi.com" , // Cambia a https://fiscalapi.com para producción
42+ ApiUrl = " https://test.fiscalapi.com" , // https://live. fiscalapi.com ( producción)
4343 ApiKey = " <tu_api_key>" ,
4444 Tenant = " <tenant>"
4545 };
@@ -60,7 +60,7 @@ Para ejemplos completos, consulta [winforms-console](https://github.com/FiscalAP
6060 ```jsonc
6161 {
6262 " FiscalapiSettings" : {
63- " ApiUrl" : " https://test.fiscalapi.com" ,
63+ " ApiUrl" : " https://test.fiscalapi.com" , // https://live.fiscalapi.com (producción)
6464 " ApiKey" : " <YourApiKeyHere>" ,
6565 " ApiVersion" : " v4" ,
6666 " Tenant" : " <YourTenantHere>" ,
@@ -90,7 +90,7 @@ public class InvoicesController : Controller
9090 }
9191```
9292
93- Para m ás ejemplos , revisa [asp - net ](https :// github.com/FiscalAPI/fiscalapi-samples-net-aspnet).
93+ Para m ás ejemplos , revisa [samples - asp - net ](https :// github.com/FiscalAPI/fiscalapi-samples-net-aspnet).
9494
9595
9696## 🔄 Modos de Operación
You can’t perform that action at this time.
0 commit comments