diff --git a/modules/registrars/cozaepp/cozaepp.php b/modules/registrars/cozaepp/cozaepp.php index be29973651ad288ecb9243fa6f5267f6dc84cdac..8c3a27e77e35d2d354a51e12efb8fa280e87d40b 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") {