Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 299 Bytes

2022-03-14-return-cloned-line-item-when-quantity-is-the-same.md

File metadata and controls

7 lines (7 loc) · 299 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Return cloned line item when quantity is the same
issue: NEXT-20515
author_github: @Dominik28111
---

Core

  • Changed method Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter::split() to return cloned line item when quantity is the same to prevent duplicate recalculations.