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
---
- Changed method
Shopware\Core\Checkout\Cart\LineItem\LineItemQuantitySplitter::split()
to return cloned line item when quantity is the same to prevent duplicate recalculations.