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 754c15f commit 62bb659Copy full SHA for 62bb659
Common/FiscalApiOptions.cs
@@ -4,8 +4,8 @@ public class FiscalApiOptions
4
{
5
public string ApiUrl { get; set; }
6
public string ApiKey { get; set; }
7
- public string ApiVersion { get; set; }
+ public string ApiVersion { get; set; }= "v4";
8
public string Tenant { get; set; }
9
- public string TimeZone { get; set; }
+ public string TimeZone { get; set; } = "America/Mexico_City"; // (iana time-zones https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
10
}
11
0 commit comments