Skip to content

Commit

Permalink
[ts] Add confirmation_number to IOrder interface
Browse files Browse the repository at this point in the history
Fixes: #664
  • Loading branch information
lpinca committed Dec 8, 2024
1 parent be6706d commit b253236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2393,6 +2393,7 @@ declare namespace Shopify {
client_details: IOrderClientDetails;
checkout_token: string | null;
closed_at: string | null;
confirmation_number: string;
confirmed: boolean;
contact_email: string | null;
created_at: string;
Expand Down

0 comments on commit b253236

Please sign in to comment.