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
Currently, we face the issue that it is impossible to sell mutiple subscription items in one order. The mollie-payments-cart-error-mixedcart is raised when multiple products are added to the cart and renders the customer unable to complete the checkout. This problem exists on the latest version (3.3.0). I am unable to find the right reason for this limitation, however I believe it has something to do with cloning the orders when a subscription webhook is called.