fix(core-flows): applying product type promotion (#12051)

* fix: applying porduct type promotion

* Create fair-terms-tell.md

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Frane Polić
2025-04-02 09:35:25 +02:00
committed by GitHub
parent 5a1f2db542
commit 5f3a82f5c3
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): applying product type promotion

View File

@@ -20,6 +20,7 @@ export const cartFieldsForRefreshSteps = [
"items.product.collection_id",
"items.product.categories.id",
"items.product.tags.id",
"items.product.type_id",
"items.variant.id",
"items.variant.product.id",
"items.variant.weight",