Hi everyone!
I'm trying to copy accounts, domains and products from WHMCS to a Plesk server. When I add a new order manually through WHMCS web interface, product and domain are correctly copied to Plesk server.
The point is that I'm trying to automate this process using a PHP script. The information is introduced previously into WHMCS using this PHP script, pulling all the data from an old database. I'm using $postfields["action"] = "modulecreate" sentence to make it work, but nothing happens. 'whmcsApi' function returns an error with the following message: 'Function Not Supported by Module'.
What could be happening?