Skip to content

Commit 44398cd

Browse files
committed
fix: exchange_id param query
1 parent b67d6b0 commit 44398cd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/core/core-flows/src/order/workflows/exchange/update-exchange-add-item.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,14 @@ export const updateExchangeAddItemWorkflow = createWorkflow(
160160

161161
const orderChange: OrderChangeDTO = useRemoteQueryStep({
162162
entry_point: "order_change",
163-
fields: ["id", "status", "version", "actions.*", "carry_over_promotions"],
163+
fields: [
164+
"id",
165+
"status",
166+
"version",
167+
"exchange_id",
168+
"actions.*",
169+
"carry_over_promotions",
170+
],
164171
variables: {
165172
filters: {
166173
order_id: orderExchange.order_id,

0 commit comments

Comments
 (0)