Quantcast
Channel: WHMCS Community Forums
Viewing all articles
Browse latest Browse all 13458

How to get domain expired date from whmcs in registrar modules?

$
0
0
Hi all, please help. i need the domain expired date to send to epp mynic expired date. Please let me know how to get it in registrar modules.

Code i write for renew modules.

function ****_RenewDomain($params) {
$param[] = array(
'domain_name' => idn_convert_puny($params["sld"].".".$params["tld"]),
'cur_expdate' => "$cur_expdate",
'term' => $params["regperiod"],
'trid' => time()
);
# Ok return array("success"=>"");
}

Viewing all articles
Browse latest Browse all 13458

Trending Articles