This commit is contained in:
2023-01-05 23:49:07 +00:00
parent db5c713312
commit 88786993bc
4 changed files with 12 additions and 7 deletions

View File

@@ -606,6 +606,8 @@ namespace Sockeye.Biz
l.FetchEmail = jLicense["email"].Value<string>();
l.Key = jLicense["key"].Value<string>();
l.Active=true;//active here means it's been fully prepared and is viable for use, all prior licenses fit this description so all are active
LicenseBiz biz = LicenseBiz.GetBiz(ct);
await biz.CreateAsync(l);