From a733b389234177c9955b7d66aefde46ff4f90e92 Mon Sep 17 00:00:00 2001 From: jamie-dit <80016430+jamie-dit@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:45:55 +1000 Subject: [PATCH] Update namesilo.php added suspened no email verification status --- namesilo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}