Problem Listpkgs WHM Api Reseller
Hi, i have a problem with listpkgs WHM API, i try get all pkgs in a account reseller, but only show 2 packages and i have 4.
[PHP]set_port(2087);
//store our auth in object
$xmlapi->hash_auth("reseller",$root_hash);
//// Optional stuff
// JSON or XML output
$xmlapi->set_output('xml');
// Debugging, great for at the console
$xmlapi->set_debug(1);
$response = $xmlapi->listpkgs();
?>[/PHP]
Log: Only show 2
reseller_10GB
<_PACKAGE_EXTENSIONS>
reseller_20GB
<_PACKAGE_EXTENSIONS>
-
Hello :) Have you verified the other packages do not belong to "root" or another reseller? Are all four visible when accessing WHM as the reseller? Note the documentation on this WHM API 1 function at: WHM API 1 - listpkgs Thank you. 0
Please sign in to leave a comment.
Comments
1 comment