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:
committed by
GitHub
parent
b7044bb3b0
commit
59bf9afd48
@@ -9,6 +9,7 @@ export const cartFieldsForRefreshSteps = [
|
||||
"currency_code",
|
||||
"metadata",
|
||||
"completed_at",
|
||||
"sales_channel_id",
|
||||
"region.*",
|
||||
"items.*",
|
||||
"items.product.id",
|
||||
|
||||
Reference in New Issue
Block a user