diff --git a/namesilo.php b/namesilo.php index 31f1fe2..9ba76da 100644 --- a/namesilo.php +++ b/namesilo.php @@ -27,7 +27,7 @@ function isStatusActive($status) { - return in_array($status, ['Active', 'Expired (grace period)', 'Expired (restore period)'], true); + return in_array($status, ['Active', 'Expired (grace period)', 'Expired (restore period)', 'Suspended (no email verification)'], true); } function namesilo_getConfigArray() @@ -1894,4 +1894,4 @@ function namesilo_GetTldPricing($params) //logActivity($values["error"]); return ['error' => 'ERROR: ' . $values["error"]]; } -} \ No newline at end of file +}