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