This commit is contained in:
2018-09-04 17:37:29 +00:00
parent a15e02db54
commit 1bfb8fcd8a
16 changed files with 53 additions and 30 deletions

View File

@@ -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)