orders: add order type
This commit is contained in:
@@ -62,6 +62,7 @@ class PartyCreateSerializer(serializers.Serializer):
|
||||
qqs_price=resource.get("qqs_price"),
|
||||
total_price=resource.get("total_price"),
|
||||
qqs=resource.get("qqs"),
|
||||
type="party"
|
||||
)
|
||||
)
|
||||
if resource.get("currency") == "usd":
|
||||
|
||||
Reference in New Issue
Block a user