Skip to content

Commit

Permalink
[ts] Add contact_email and total_outstanding to IOrder interface (#635)
Browse files Browse the repository at this point in the history
Fixes: #633
  • Loading branch information
dennisdup committed Oct 12, 2023
1 parent edf16df commit 93d5838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Expand Up @@ -2368,6 +2368,7 @@ declare namespace Shopify {
checkout_token: string | null;
closed_at: string | null;
confirmed: boolean;
contact_email: string | null;
created_at: string;
currency: string;
current_subtotal_price: string;
Expand Down Expand Up @@ -2428,6 +2429,7 @@ declare namespace Shopify {
total_discounts_set: IMoneySet;
total_line_items_price: string;
total_line_items_price_set: IMoneySet;
total_outstanding: string;
total_price: string;
total_price_set: IMoneySet;
total_shipping_price_set: IMoneySet;
Expand Down

0 comments on commit 93d5838

Please sign in to comment.