fix(core-flows): prevent completing cart from webhook when order already exists (#14108)

* Prevent completing cart when order already exists in processPaymentWorkflow

* Add tests

* Add changeset
This commit is contained in:
Nicolas Gorga
2025-11-24 09:23:39 +01:00
committed by GitHub
parent d6a9e36bf0
commit 79582bc94e
3 changed files with 206 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): prevent completing cart from webhook when order already exists