Skip to content

Commit 62bb659

Browse files
committed
updates samples
1 parent 754c15f commit 62bb659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/FiscalApiOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ public class FiscalApiOptions
44
{
55
public string ApiUrl { get; set; }
66
public string ApiKey { get; set; }
7-
public string ApiVersion { get; set; }
7+
public string ApiVersion { get; set; }= "v4";
88
public string Tenant { get; set; }
9-
public string TimeZone { get; set; }
9+
public string TimeZone { get; set; } = "America/Mexico_City"; // (iana time-zones https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
1010
}
1111
}

0 commit comments

Comments
 (0)