Skip to content

Commit

Permalink
fix(core-flows): Add missing cart sales channel id fields to be part …
Browse files Browse the repository at this point in the history
…of the application context
  • Loading branch information
adrien2p committed Nov 18, 2024
1 parent d933b3f commit e127692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/core-flows/src/cart/utils/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const cartFieldsForRefreshSteps = [
"currency_code",
"metadata",
"completed_at",
"sales_channel_id",
"region.*",
"items.*",
"items.product.id",
Expand Down

0 comments on commit e127692

Please sign in to comment.