Skip to content

Commit ccf89f7

Browse files
authored
Update fields.ts
1 parent 7d3ef4a commit ccf89f7

File tree

1 file changed

+2
-1
lines changed
  • packages/core/core-flows/src/draft-order/utils

1 file changed

+2
-1
lines changed

packages/core/core-flows/src/draft-order/utils/fields.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export const draftOrderFieldsForRefreshSteps = [
2727
"shipping_methods.tax_lines.*",
2828
"customer.*",
2929
"customer.groups.*",
30-
"promotions.*",
30+
"promotions.id",
31+
"promotions.code",
3132
"subtotal",
3233
"item_total",
3334
"total",

0 commit comments

Comments
 (0)