Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielMatosBoubee committed Oct 14, 2024
1 parent 2a29cd2 commit 280797a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wake/actions/cart/addItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const action = async (
const checkoutId = data.checkout?.checkoutId;

if (cartId !== checkoutId) {
setCartCookie(ctx.response.headers, checkoutId);
setCartCookie(ctx.response.headers, cartId);
}

return data.checkout ?? {};
Expand Down

0 comments on commit 280797a

Please sign in to comment.