Fixes: OrderSimpleSerializer
This commit is contained in:
parent
b28a4fffce
commit
73f1bca09c
1 changed files with 1 additions and 0 deletions
|
|
@ -303,6 +303,7 @@ class OrderSimpleSerializer(ModelSerializer):
|
||||||
"attributes",
|
"attributes",
|
||||||
"status",
|
"status",
|
||||||
"user",
|
"user",
|
||||||
|
"total_price",
|
||||||
"promo_code",
|
"promo_code",
|
||||||
"order_products",
|
"order_products",
|
||||||
"buy_time",
|
"buy_time",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue