Skip to content

Commit

Permalink
fix(types): fix order DTO types (medusajs#9323)
Browse files Browse the repository at this point in the history
- Fix claim / exchange / return extending an order (we previously addressed this in the http types)
- add `@ignore` for all `raw_*` fields to hide them from references.
  • Loading branch information
shahednasser authored and panalgin committed Oct 7, 2024
1 parent 139e796 commit 786b1ec
Show file tree
Hide file tree
Showing 2 changed files with 376 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/core/types/src/http/claim/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface BaseClaim {
type: OrderClaimType
order_id: string
return_id?: string
display_id: string
display_id: number
order_version: string
refund_amount?: number
created_by?: string
Expand Down
Loading

0 comments on commit 786b1ec

Please sign in to comment.