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:
Adrien de Peretti
2024-11-19 12:46:49 +01:00
committed by GitHub
parent b7044bb3b0
commit 59bf9afd48

View File

@@ -9,6 +9,7 @@ export const cartFieldsForRefreshSteps = [
"currency_code",
"metadata",
"completed_at",
"sales_channel_id",
"region.*",
"items.*",
"items.product.id",