fix(medusa): avoid throwing on error on set step failure endpoint (#14066)

* Avoid throwing on setStepFailure endpoint

* Add changeset

* Add tests
This commit is contained in:
Nicolas Gorga
2025-11-23 11:04:39 +01:00
committed by GitHub
parent beb91d88a2
commit 32eaa9dd81
3 changed files with 56 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): avoid throwing on error on set step failure endpoint