Skip to content

Commit

Permalink
updated order
Browse files Browse the repository at this point in the history
  • Loading branch information
KostiantynFandeliuk committed Dec 12, 2024
1 parent 2316e2c commit 2c21162
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* from Adobe.
*******************************************************************/
export declare const confirmCancelOrder: (orderId: string, confirmationKey: string) => Promise<{
subtotalExclTax: any;
subtotalInclTax: any;
billingAddress: {
city: any;
company: any;
Expand Down Expand Up @@ -83,8 +85,6 @@ export declare const confirmCancelOrder: (orderId: string, confirmationKey: stri
}[];
grandTotal: any;
totalGiftcard: any;
subtotalExclTax: any;
subtotalInclTax: any;
taxes: any;
totalTax: any;
totalShipping: any;
Expand Down
Loading

0 comments on commit 2c21162

Please sign in to comment.