Skip to content

Commit

Permalink
Added field checkout_id to IOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBuur committed Jan 27, 2021
1 parent 375bfb3 commit bf13260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2136,6 +2136,7 @@ declare namespace Shopify {
phone: string;
presentment_currency: string;
processed_at: string;
checkout_id: number;
processing_method: OrderProcessingMethod;
referring_site: string;
refunds: IRefund[];
Expand Down

0 comments on commit bf13260

Please sign in to comment.