Jump to content

[UNCONFIRMED] Configurable Package Addon >> Downgrade/Upgrade of the Mailing Lists Configurable


Recommended Posts

While this addon works great, for the most part, downgrading/upgrading the mailing lists configurable doesn't work.

 

While the mailing list quota is initially set correctly as ordered, when the account's initially provisioned, subsequent updates aren't being sent with the modify account API call. Namely, the "MAXLST" variable isn't being sent with the /xml-api/modifyacct API call.

 

Below, as per the module log, is an example of what WHMCS is currently sending to the cPanel server when fulfilling a downgrade/upgrade request:

 

/xml-api/modifyacct?user=someusername&domain=somedomain.com&MAXFTP=1000&MAXPOP=1000&MAXSQL=1000&MAXSUB=1000&MAXPARK=1000&MAXADDON=1000&HASCGI=0&shell=0&CPTHEME=x3

 

Below, is an example of what WHMCS should be sending to the cPanel server when fulfilling a downgrade/upgrade request:

 

/xml-api/modifyacct?user=someusername&domain=somedomain.com&MAXLST=1000&MAXFTP=1000&MAXPOP=1000&MAXSQL=1000&MAXSUB=1000&MAXPARK=1000&MAXADDON=1000&HASCGI=0&shell=0&CPTHEME=x3

 

You'll notice, the "MAXLST" variable is missing from the query string that WHMCS is currently sending to the server. You need to add it so that the mailing list configurable will be downgraded/upgraded correctly, as intended, by the Configurable Package Addon.

Edited by TekStorm Inc - James
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated