From 322b8f94afb12ed7294d86bbd35704d34d7c5c13 Mon Sep 17 00:00:00 2001 From: Charl Mert <cmert@lbsd.net> Date: Thu, 22 May 2014 13:40:58 +0200 Subject: [PATCH] updating status to Pending for pendingUpdate --- modules/registrars/cozaepp/cozaepp.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/registrars/cozaepp/cozaepp.php b/modules/registrars/cozaepp/cozaepp.php index be29973..8c3a27e 100644 --- a/modules/registrars/cozaepp/cozaepp.php +++ b/modules/registrars/cozaepp/cozaepp.php @@ -1525,6 +1525,8 @@ function cozaepp_Sync($params) { if ($statusres == "ok") { $values['active'] = true; + } elseif ($statusres == "pendingUpdate") { + } elseif ($statusres == "serverHold") { } elseif ($statusres == "expired" || $statusres == "pendingDelete" || $statusres == "inactive") { -- GitLab