@@ -20,7 +20,11 @@ class CartRepository extends BaseRepository<ICart> {
|
|||||||
})
|
})
|
||||||
.populate({
|
.populate({
|
||||||
path: "items.variant",
|
path: "items.variant",
|
||||||
populate: ["color", "size", "meterage", "warranty", "shop"],
|
populate: [
|
||||||
|
{ path: "warranty" },
|
||||||
|
{ path: "shop" },
|
||||||
|
{ path: "themeValue" },
|
||||||
|
],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user