Niko Viskari Posted July 16, 2019 Share Posted July 16, 2019 (edited) Hello, I use a script that uses several calls to the API.The script worked for about 2 years, no problem. However, recently, after transferring billing to a new server, call API GetClientsProducts stopped working correctly. The remaining calls to the API work correctly, for example: GetOrders. GetClientsProducts returns an incomplete response, the response does not contain an array of products. For example: array(8) { ["result"]=> string(7) "success" ["clientid"]=> NULL ["serviceid"]=> string(4) "3949" ["pid"]=> NULL ["domain"]=> NULL ["totalresults"]=> int(1) ["startnumber"]=> int(0) ["numreturned"]=> NULL } Edited July 19, 2019 by WHMCS ChrisD Added code to code box 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.