Skip to content

Commit

Permalink
chore(types): is_return on shipping options (#9352)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-r-l-rodrigues authored Sep 27, 2024
1 parent 19bc8d7 commit d00afb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/types/src/cart/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export interface CartWorkflowDTO extends CartDTO {

export interface ListShippingOptionsForCartWorkflowInputDTO {
cart_id: string
is_return?: boolean
is_return: boolean
sales_channel_id?: string
currency_code: string
shipping_address: {
Expand Down

0 comments on commit d00afb7

Please sign in to comment.