Skip to content

Commit

Permalink
Merge pull request #352 from outgrow/outgrow-fix-288
Browse files Browse the repository at this point in the history
Use pricing instead of price in products query
  • Loading branch information
Akarshit committed Feb 26, 2021
2 parents 75d5f65 + 0a646cc commit 36d92db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function ProductsTable() {
},
{
Header: i18next.t("admin.productTable.header.price"),
accessor: "price.range"
accessor: "pricing.displayPrice"
},
{
Header: i18next.t("admin.productTable.header.published"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export default gql`
thumbnail
}
}
price {
range
pricing {
displayPrice
}
publishedProductHash
variants {
Expand Down

0 comments on commit 36d92db

Please sign in to comment.