Skip to content

Commit

Permalink
Merge pull request #2201 from iFixit/drop-api-cart-coupons
Browse files Browse the repository at this point in the history
Drop deprecated cart api coupon fields
  • Loading branch information
davidrans authored Jan 11, 2024
2 parents 01c284a + f323eed commit f8baa99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cart-sdk/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export interface CartLineItem {
}

export interface APICart {
couponName: string;
hasCoupon: boolean;
hasCustomer: boolean;
totalNumItems: number;
totals: {
Expand Down

2 comments on commit f8baa99

@vercel
Copy link

@vercel vercel bot commented on f8baa99 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-commerce – ./frontend

react-commerce.vercel.app
react-commerce-ifixit.vercel.app
react-commerce-git-main-ifixit.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f8baa99 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-commerce-prod – ./frontend

react-commerce-prod-git-main-ifixit.vercel.app
react-commerce-prod.vercel.app
react-commerce-prod-ifixit.vercel.app

Please sign in to comment.