Skip to content

Commit

Permalink
fix(core): Fix hydration of product variant prices
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Mar 19, 2024
1 parent 1c69499 commit 7adb115
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export class EntityHydrator {
const entityType = this.getRelationEntityTypeAtPath(target, relation);
if (entityType === ProductVariant) {
relationsToAdd.push([relation, 'taxCategory'].join('.'));
relationsToAdd.push([relation, 'productVariantPrices'].join('.'));
}
}
return relationsToAdd;
Expand Down

0 comments on commit 7adb115

Please sign in to comment.