WHMCS / developer-docs

Developer documentation portal content
72 stars 114 forks source link

Add $params to the loader function for clarity #236

Closed meramsey closed 3 years ago

meramsey commented 3 years ago

When calling the remote server to get package information you need access to the $params to use the remote and not having it in the documentation was confusing. Thankfully a coworker pointed me in the right direction.

I needed access to these ones specifically.

$params['serverhostname'] $params['serverport'] $params['serverusername'] $params['serverpassword']

WHMCSPeter commented 3 years ago

Thank you for your contribution.