diff --git a/templates/demo-store/app/data/index.ts b/templates/demo-store/app/data/index.ts index 65f39c21a8..3d5235575c 100644 --- a/templates/demo-store/app/data/index.ts +++ b/templates/demo-store/app/data/index.ts @@ -157,11 +157,11 @@ export const PRODUCT_CARD_FRAGMENT = `#graphql width height } - price: priceV2 { + price { amount currencyCode } - compareAtPrice: compareAtPriceV2 { + compareAtPrice { amount currencyCode } @@ -193,11 +193,11 @@ export const PRODUCT_VARIANT_FRAGMENT = `#graphql width height } - price: priceV2 { + price { amount currencyCode } - compareAtPrice: compareAtPriceV2 { + compareAtPrice { amount currencyCode }