Skip to content

Commit

Permalink
fix(storefront): Also fetch variation ID on cart state update
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Dec 17, 2024
1 parent 30f366f commit 3272886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/storefront/src/lib/state/shopping-cart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const updateCartState = async () => {
"inventory",
"kit_composition",
"pictures.normal",
"variations._id",
"variations.sku",
"variations.name",
"variations.production_time",
Expand Down

0 comments on commit 3272886

Please # to comment.