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