This commit is contained in:
@@ -334,6 +334,7 @@ namespace AyaNova.Core
|
||||
/// <returns>Result string</returns>
|
||||
internal static string RequestTrial(string email, string regto, ILogger log)
|
||||
{
|
||||
//BEFORE_RELEASE: DO THE FOLLOWING BEFORE RELEASE:
|
||||
//TODO: TESTING REMOVE BEFORE RELEASE
|
||||
//for test purposes if this route is hit and this code executed then the dbid is temporarily changed to the special trial request
|
||||
//dbid so I can test remotely without hassle
|
||||
@@ -513,7 +514,8 @@ namespace AyaNova.Core
|
||||
|
||||
//Update current license
|
||||
CurrentInDbKeyRecord.Key = RawTextNewKey;
|
||||
//TODO: reason, resultcode etc
|
||||
//LOOKAT: reason, resultcode etc
|
||||
//There is similar block related to this in ayschema for db schema version 8
|
||||
ctx.SaveChanges();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user