- 🇩🇪Germany andih
The cartManager's 'createOrderItem'-function was originally called with no quantity value assigned. Which means the
default-value of 1 got applied. (\Drupal\commerce\modules\cart\src\CartManagerInterface)
The patch changes the call of the 'createOrderItem'-function so that the quantity-value of the 'main-variation' is used.