Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Update cart instead of deleting and inserting.
issue: NEXT-15169
author: Andreas Allacher
author_email: [email protected]
author_github: @AndreasA
---
- Changed method
save
inShopware\Core\Checkout\Cart\CartPersister
class to insert or update the cart to ensure concurrent requests will not retrieve an empty cart.