This commit is contained in:
2023-02-16 22:17:00 +00:00
parent 678a234751
commit b36a650a03
4 changed files with 7 additions and 8 deletions

View File

@@ -660,7 +660,7 @@ namespace Sockeye.Biz
// 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
l.NotificationSent = true;
l.NotificationSent = true;//prevent new notification being sent
LicenseBiz biz = LicenseBiz.GetBiz(ct);
await biz.CreateAsync(l, true);
}//context
@@ -746,7 +746,7 @@ namespace Sockeye.Biz
l.FetchEmail = jTrialRequestItem["email"].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
l.NotificationSent = true;
l.NotificationSent = true;//prevent resending
//workaround sketchy old testing licenses
if (l.PGroup == ProductGroup.RavenSubscription)
{

View File

@@ -219,7 +219,7 @@ namespace Sockeye.Biz
break;
}
sb.AppendLine($"Support and updates until: {l.MaintenanceExpire}\r\n");
sb.AppendLine($"Support and updates until: {l.MaintenanceExpire.ToString("D")}\r\n");
var Plugs = LicenseToPluginsArray(l);
if (Plugs.Count > 0)
{
@@ -527,7 +527,7 @@ AyaNova web site:
http://www.ayanova.com
Answers to frequently asked questions:
http://www.ayanova.com/faqAnswers.htm
http://www.ayanova.com/faqanswers.htm
Technical support forum:
http://forum.ayanova.com
@@ -609,7 +609,7 @@ AyaNova web site:
http://www.ayanova.com
Answers to frequently asked questions:
http://www.ayanova.com/faqAnswers.htm
http://www.ayanova.com/faqanswers.htm
Technical support forum:
http://forum.ayanova.com

View File

@@ -105,7 +105,7 @@ AyaNova web site:
http://www.ayanova.com
Answers to frequently asked questions:
http://www.ayanova.com/faqAnswers.htm
http://www.ayanova.com/faqanswers.htm
Technical support forum:
http://forum.ayanova.com
@@ -172,7 +172,7 @@ AyaNova web site:
http://www.ayanova.com
Answers to frequently asked questions:
http://www.ayanova.com/faqAnswers.htm
http://www.ayanova.com/faqanswers.htm
Technical support forum:
http://forum.ayanova.com