This commit is contained in:
@@ -73,7 +73,7 @@ namespace AyaNova.Core
|
||||
//DTO object for parsed key
|
||||
internal class AyaNovaLicenseKey
|
||||
{
|
||||
|
||||
|
||||
public enum LicenseStatus
|
||||
{
|
||||
NONE = 0,
|
||||
@@ -147,7 +147,6 @@ namespace AyaNova.Core
|
||||
{
|
||||
get
|
||||
{
|
||||
return LicenseStatus.ActivePurchased;
|
||||
if (string.IsNullOrWhiteSpace(RegisteredTo) || RegisteredTo == UNLICENSED_TOKEN)
|
||||
return LicenseStatus.NONE;
|
||||
if (TrialLicense && !LicenseExpired)
|
||||
|
||||
Reference in New Issue
Block a user