This commit is contained in:
@@ -159,7 +159,9 @@ namespace AyaNova.Core
|
||||
get
|
||||
{
|
||||
//TEST
|
||||
// return LicenseStatus.ExpiredPurchased;
|
||||
// return LicenseStatus.Revoked;
|
||||
|
||||
|
||||
if (string.IsNullOrWhiteSpace(RegisteredTo) || RegisteredTo == UNLICENSED_TOKEN)
|
||||
return LicenseStatus.NONE;
|
||||
if (RegisteredTo == REVOKED_TOKEN)
|
||||
|
||||
Reference in New Issue
Block a user