chore(core-flows): lock on cart operations (#13424)

What:
 - acquire a lock before cart mutations to avoid concurrent changes, e.g applying promotions.
This commit is contained in:
Carlos R. L. Rodrigues
2025-09-08 15:05:09 -03:00
committed by GitHub
parent 8e5c22a8e8
commit b776fd55dc
14 changed files with 179 additions and 21 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/core-flows": patch
---
chore(core-flows): lock on cart operations