case 4217
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user