update
This commit is contained in:
parent
466660d772
commit
a69844dd56
@ -440,7 +440,7 @@ async def refund_notify(
|
|||||||
|
|
||||||
# 更新退款相关字段
|
# 更新退款相关字段
|
||||||
if refund_amount:
|
if refund_amount:
|
||||||
order.refund_amount = refund_amount
|
order.refund_amount = refund_amount / 100
|
||||||
|
|
||||||
# 记录退款时间
|
# 记录退款时间
|
||||||
order.refund_time = datetime.fromisoformat(success_time.replace('Z', '+00:00'))
|
order.refund_time = datetime.fromisoformat(success_time.replace('Z', '+00:00'))
|
||||||
|
|||||||
BIN
jobs.sqlite
BIN
jobs.sqlite
Binary file not shown.
Loading…
Reference in New Issue
Block a user