Skip to content

Commit

Permalink
fix(core): Use correct Money type on ProductVariantPrice.price field
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 5, 2023
1 parent 9b51f4e commit 446f61c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type Product implements Node {

type ProductVariantPrice {
currencyCode: CurrencyCode!
price: Int!
price: Money!
}

type ProductVariant implements Node {
Expand Down

0 comments on commit 446f61c

Please sign in to comment.