You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are working with sogecommerce module. We using the hook actionValidateOrder in another module and we see that using $this->get('my.module.service') are not working because the kernel looks to not be loaded,
Hello,
We are working with sogecommerce module. We using the hook actionValidateOrder in another module and we see that using
$this->get('my.module.service')
are not working because the kernel looks to not be loaded,https://github.com/PrestaShop/PrestaShop/blob/develop/classes/module/Module.php#L3382C1-L3386C10
We are wondering if you know more about that? If it's our side or prestashop?
We have used other payment module and that working well.
Thank you for your help.
The text was updated successfully, but these errors were encountered: