Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 352 Bytes

2021-05-05-update-cart-instead-of-deleting-and-inserting.md

File metadata and controls

9 lines (9 loc) · 352 Bytes
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
---

Core

  • Changed method save in Shopware\Core\Checkout\Cart\CartPersister class to insert or update the cart to ensure concurrent requests will not retrieve an empty cart.