In WHMCS, when activating a product, Control flow not coming to my module
created new folder in 'modules/servers' of WHMCS 'xyz123'
and added file 'xyz123.php'
and having a function like
function xyz123_CreateAccount($params) {
echo '<pre>';
print_r($params);
exit;
}
this function not effect any of order activate process.
How i can activate this Provisioning Module 'CreateAccount' function when activating an order in whmcs?