diff --git a/src/Cryptlex.LexActivator/LexActivator.cs b/src/Cryptlex.LexActivator/LexActivator.cs index 8cf537f..d5642ad 100644 --- a/src/Cryptlex.LexActivator/LexActivator.cs +++ b/src/Cryptlex.LexActivator/LexActivator.cs @@ -959,7 +959,7 @@ public static uint GetActivationCreationDate() switch (status) { case LexStatusCodes.LA_OK: - return activationDate; + return activationCreationDate; case LexStatusCodes.LA_FAIL: return 0; default: