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
You added Multishipping support in the latest release. You seem to already know that this option is virtually never used, judging from this comment.
It is great that you acknowledge this and try to work around the fact that many shops replace Magento_Multishipping. However, in PlaceOrder.php, you still use an interface from that module, which breaks DI compilation;
So this update breaks our deployment when upgrading to this version for all our shops that use Mollie. Could you please fix this? Maybe you could introduce an add-on package mollie/magento2-multishipping or something that introduces this functionality without cluttering the extension with useless code, like your competitor does.
The text was updated successfully, but these errors were encountered:
You added Multishipping support in the latest release. You seem to already know that this option is virtually never used, judging from this comment.
It is great that you acknowledge this and try to work around the fact that many shops replace Magento_Multishipping. However, in PlaceOrder.php, you still
use
an interface from that module, which breaks DI compilation;So this update breaks our deployment when upgrading to this version for all our shops that use Mollie. Could you please fix this? Maybe you could introduce an add-on package
mollie/magento2-multishipping
or something that introduces this functionality without cluttering the extension with useless code, like your competitor does.The text was updated successfully, but these errors were encountered: