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

Commit 9648d67

Browse files
fix: add shipping to order meta (#831)
1 parent 3e104b7 commit 9648d67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/order.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export interface Order extends Identifiable, OrderBase {
8585
without_tax: FormattedPrice
8686
tax: FormattedPrice
8787
discount: FormattedPrice
88+
shipping: FormattedPrice
8889
}
8990
timestamps: {
9091
created_at: string

0 commit comments

Comments
 (0)