fix(core-flows): Add missing cart sales channel id fields to be part of the application context (#10142)
RESOLVES SUP-185 **What** The cart fields to be fetched for the promotion workflow was not including the sales_channel_id, making any rules being constraint to that fields not being validated against this property.
This commit is contained in:
@@ -9,6 +9,7 @@ export const cartFieldsForRefreshSteps = [
|
|||||||
"currency_code",
|
"currency_code",
|
||||||
"metadata",
|
"metadata",
|
||||||
"completed_at",
|
"completed_at",
|
||||||
|
"sales_channel_id",
|
||||||
"region.*",
|
"region.*",
|
||||||
"items.*",
|
"items.*",
|
||||||
"items.product.id",
|
"items.product.id",
|
||||||
|
|||||||
Reference in New Issue
Block a user