yswery Posted October 3, 2018 Share Posted October 3, 2018 Hi guys and girls. So I am a little new to WHMCS development but I have a small issue, I am trying to have my custom module populate the product details (in specific the "Dedicated IP" field) I have this code: $params['model']->serviceProperties->save([ 'Username' => 'root', 'Domain' => $ipAddress, 'Dedicated IP' => $ipAddress, 'Bandwidth Usage' => 0, 'Bandwidth Limit' => $trafficLimit, ]); Now the *Domain* and *Username* get filled out correctly, however the *Dedicated IP* doesnt seem to and instead it creates a new field al together. (see picture) How do I fill out the Missing filed programmatically? 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.