Skip to content
Snippets Groups Projects
Commit cdc8a2ae authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Merge branch 'domainsyncfix2' into 'master'

Domainsyncfix2
parents be249a21 cc39d764
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,16 @@ try {
continue;
}
}
} else if($coderes == '2303') {
# Domain does not exist
$status = "Domain $domain does not exist, setting state to cancelled!";
$statusres = 'cancelled';
# Checking that Domain sync option is enabled
if (!empty($row) && !$row['value'] == 'on') {
continue;
}
} else {
echo "Domain check on $domain not successful: "._cozaepp_message($coderes)." (File a bug report here: http://devlabs.linuxassist.net/projects/whmcs-coza-epp/issues/new)";
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment