fix(core-flows): updating tax lines when draft order shipping is removed (#12919)

**What**
- don't call `updateOrderTaxLinesWorkflow` when a shipping method is removed from a draft order (tax lines will be cascade deleted with the method)
This commit is contained in:
Frane Polić
2025-07-14 13:35:44 +00:00
committed by GitHub
parent e547c65bc8
commit a28226af80
3 changed files with 189 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): updating tax lines when draft order shipping is removed