case 4217

This commit is contained in:
2022-10-25 19:54:35 +00:00
parent 0290518a38
commit abe0d2c82a
2 changed files with 40 additions and 39 deletions

View File

@@ -38,16 +38,17 @@ namespace rockfishCore.Controllers
string FetchRequestDbId = fetchRequest.DbId;
if (dtt)
{
return Ok(new
{
data = new
{
key = RavenKeyFactory.GetRavenTestKey(FetchRequestDbId, pp)//pp means perpetual no pp means subcription
}
});
}
//removed from release build 2022-10-25
// if (dtt)
// {
// return Ok(new
// {
// data = new
// {
// key = RavenKeyFactory.GetRavenTestKey(FetchRequestDbId, pp)//pp means perpetual no pp means subcription
// }
// });
// }
string LicenseKey = null;
//check for a key for this dbid, first check licensed then check trial