Skip to content

Commit

Permalink
Update library 1.4.6 vercel#2
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhnt1706 committed Mar 31, 2022
1 parent e35a047 commit 4d7f1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions library-server/dist/framework/commerce/types/cart.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export declare type Cart = {
subtotalExcludingTax?: number;
subtotalIncludingTax?: number;
subtotalWithDiscountExcludingTax?: number;
subtotal: number;
totalPrice: number;
discounts?: Discount[] | any;
availablePaymentMethods?: AvailablePaymentMethod[] | any;
Expand Down
1 change: 1 addition & 0 deletions library-web/dist/framework/commerce/types/cart.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export declare type Cart = {
subtotalExcludingTax?: number;
subtotalIncludingTax?: number;
subtotalWithDiscountExcludingTax?: number;
subtotal: number;
totalPrice: number;
discounts?: Discount[] | any;
availablePaymentMethods?: AvailablePaymentMethod[] | any;
Expand Down

0 comments on commit 4d7f1fd

Please sign in to comment.