Files
medusa-store/.changeset/short-rocks-hide.md
Adrien de Peretti 2fe68a975b chore(): Improve some cart operation flows to remove extraneous operations when not required (#13418)
RESOLVES CORE-1155

**What**
- prevent update payment collection worklow to fetch data and call steps when there is no payment collection
- prevent refresh Cart Shipping Methods Workflow to fetch data and call steps when there is no shipping methods
- update promotion step to remove extraneous module call
2025-09-07 12:52:36 +00:00

6 lines
128 B
Markdown

---
"@medusajs/core-flows": patch
---
chore(): Tweak update payment collection and refresh shipping method workflow execution