Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix: update formatted type in order CustomDiscount (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasamanloghman authored May 2, 2023
1 parent 39c7977 commit 780ab41
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/types/order.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,7 @@ export interface OrderItemBase {
}

export interface CustomDiscount {
amount: {
amount: number
currency: string
}
amount: FormattedPrice
type: string
id: string
external_id: string
Expand Down

0 comments on commit 780ab41

Please sign in to comment.