修复服务器续费时出现的team错误
This commit is contained in:
parent
c06a893edc
commit
da3f814451
@ -1089,7 +1089,7 @@ def create_server_renew_order(**kwargs):
|
||||
"pagetype": "Order",
|
||||
"order_id": order_id,
|
||||
"order_type": "服务器续费",
|
||||
"team": team.name,
|
||||
"team": team,
|
||||
"status": "待支付",
|
||||
"total_amount": total_amount,
|
||||
"title": server_pg.instance_id,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user