Fixes: OrderSimpleSerializer
This commit is contained in:
parent
17ae42a0b8
commit
6449b25e41
1 changed files with 2 additions and 0 deletions
|
|
@ -305,4 +305,6 @@ class OrderSimpleSerializer(ModelSerializer):
|
||||||
"promo_code",
|
"promo_code",
|
||||||
"order_products",
|
"order_products",
|
||||||
"buy_time",
|
"buy_time",
|
||||||
|
"created",
|
||||||
|
"modified",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue