Release of v24.

This commit is contained in:
Patrick Fic
2021-12-10 15:09:22 -08:00
parent 0044f5f8dd
commit 79dea17612
5 changed files with 34 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ namespace BodyshopPartner.Utils
{
//TODO: Change firebase API Key to be dependent on what environment monitor has been set for.
public static string ActiveShopId = Properties.Settings.Default.LastSelectedShop;
public static string ActiveShopName = "";
public static string user = "";
public static string ShopRegion = "";
public static dynamic CiecaOpCodes;
private static NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger();