-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SolusIO module intercepting upgrade orders #51
Comments
Hi @mrtimp , thank you for the bug report. I have submitted a a task to fix it in one of the upcoming releases as it looks like a blocker to me. Task ID is SIO-3409. |
Thanks @redikultsevsilver, if you like once its resolved let me know and I'll update the version of the SolusIO module we use and do some functional testing :-) |
Hi @mrtimp , |
Thanks @redikultsevsilver |
Hi there,
The AfterProductUpgrade hook in the hooks file:
solusiovps/hooks.php
Lines 15 to 17 in e97c096
seems to be intercepting all upgrades created via the client area even if they are for orders that do not relate to products using the SolusIO provisioning module and causing the following error:
This functionality is currently blocking our ability to use this module as it blocks the ability to upgrade/downgrade other product types.
I'm picking a fix would be additional checking in WHMCS\Module\Server\SolusIoVps\WhmcsAPI\Product::upgrade to only perform the resize if the product uses the SolusIO provisioning module.
The text was updated successfully, but these errors were encountered: