fix(core-flows): complete cart improvements (#12646)

* fix(core-flows): use cartId as transactionId and acquire lock to complete cart

* fix cart update compensation
This commit is contained in:
Carlos R. L. Rodrigues
2025-05-30 14:15:08 +01:00
committed by GitHub
parent 820965e21a
commit 490bd7647f
14 changed files with 356 additions and 22 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@medusajs/workflows-sdk": patch
"@medusajs/core-flows": patch
"@medusajs/utils": patch
---
fix(core-flows): use cart_id to complete cart on payment webhook and lock cart before completion