Skip to content

Commit

Permalink
Merge pull request #2588 from Shopify/js-draftorderid-string
Browse files Browse the repository at this point in the history
Made draftOrderId a string
  • Loading branch information
js-goupil authored Jan 24, 2025
2 parents 1fb09e4 + f5c01f5 commit 3b77004
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 3b77004

Please sign in to comment.