Skip to content

Commit

Permalink
fix(types): add display_id to OrderDTO (#9953)
Browse files Browse the repository at this point in the history
FIXED CMRC-644
  • Loading branch information
fPolic authored Nov 6, 2024
1 parent 898a437 commit aa78fbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/types/src/order/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,11 @@ export interface OrderDTO {
*/
version: number

/**
* The order's display ID.
*/
display_id: number

/**
* The active order change, if any.
*
Expand Down

0 comments on commit aa78fbf

Please sign in to comment.