Merge branch 'main' into storefront-nuxt
This commit is contained in:
commit
3e58d47b08
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ class ProductDetailSerializer(ModelSerializer):
|
||||||
"created",
|
"created",
|
||||||
"modified",
|
"modified",
|
||||||
"discount_price",
|
"discount_price",
|
||||||
|
"personal_orders_only",
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_rating(self, obj: Product) -> float:
|
def get_rating(self, obj: Product) -> float:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue