Skip to content

Commit

Permalink
Rollback file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferri0 committed Dec 4, 2024
1 parent f04c98e commit 1b09570
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/__dropins__/storefront-cart/fragments.original.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ fragment CART_ITEM_FRAGMENT on CartItemInterface {
code
message
}
prices {
price {
value
Expand Down Expand Up @@ -98,6 +99,7 @@ fragment CART_ITEM_FRAGMENT on CartItemInterface {
currency
}
}
product {
name
sku
Expand Down Expand Up @@ -193,6 +195,7 @@ fragment CART_ITEM_FRAGMENT on CartItemInterface {
is_available
}
}
${e}
${t}
`,r=`
Expand Down Expand Up @@ -262,5 +265,6 @@ fragment CART_FRAGMENT on Cart {
postcode
}
}
${a}
`;export{r as CART_FRAGMENT,a as CART_ITEM_FRAGMENT};

0 comments on commit 1b09570

Please sign in to comment.