Skip to content
Snippets Groups Projects
Commit 912f0872 authored by Charl Mert's avatar Charl Mert
Browse files

fixed url in the Sync method

parent 18b40731
No related branches found
Tags v0.1.0
No related merge requests found
......@@ -1531,7 +1531,7 @@ function cozaepp_Sync($params) {
$values['expired'] = true;
} else {
$values['error'] = "Sync/domain-info($domain): Unknown status code '$statusres' (File a bug report here: http://devlabs.linuxassist.net/projects/whmcs-coza-epp/issues/new)";
$values['error'] = "Sync/domain-info($domain): Unknown status code '$statusres' (File a bug report here: http://gitlab.devlabs.linuxassist.net/awit-whmcs/whmcs-coza-epp/issues/new)";
}
$values['expirydate'] = $nextduedate;
......
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