Skip to content

Commit

Permalink
Made draftOrderId a string
Browse files Browse the repository at this point in the history
  • Loading branch information
js-goupil committed Jan 24, 2025
1 parent 1fb09e4 commit f5c01f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/mean-glasses-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/ui-extensions': minor
---

MAde draftOrderUuid a string
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {BaseInput} from './BaseInput';
export interface TransactionCompleteInput extends BaseInput {
transactionComplete: {
discounts: Discount[];
draftCheckoutId: number;
draftCheckoutUuid: string;
lineItems: LineItem[];
orderId?: number;
paymentMethods: PaymentMethod[];
Expand Down

0 comments on commit f5c01f5

Please sign in to comment.