Skip to content

Commit

Permalink
Localization 2 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel authored and juanpprieto committed Nov 22, 2022
1 parent 8989532 commit fd79cbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/demo-store/app/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ export const PRODUCT_CARD_FRAGMENT = `#graphql
width
height
}
price: priceV2 {
price {
amount
currencyCode
}
compareAtPrice: compareAtPriceV2 {
compareAtPrice {
amount
currencyCode
}
Expand Down Expand Up @@ -193,11 +193,11 @@ export const PRODUCT_VARIANT_FRAGMENT = `#graphql
width
height
}
price: priceV2 {
price {
amount
currencyCode
}
compareAtPrice: compareAtPriceV2 {
compareAtPrice {
amount
currencyCode
}
Expand Down

0 comments on commit fd79cbd

Please sign in to comment.