bugfix
This commit is contained in:
parent
f101490df0
commit
885c2a03ba
@ -36,8 +36,8 @@ class PaymentLog:
|
|||||||
"currency": currency,
|
"currency": currency,
|
||||||
"payment_status": '0',
|
"payment_status": '0',
|
||||||
"init_timestamp": timestampstr(),
|
"init_timestamp": timestampstr(),
|
||||||
"payed_timestamp": "1900-01-01 00:00:00",
|
"payed_timestamp": "2000-01-01 00:00:00.001",
|
||||||
"cancel_timestamp": "1900-01-01 00:00:00",
|
"cancel_timestamp": "2000-01-01 00:00:00.001",
|
||||||
"userid": userid
|
"userid": userid
|
||||||
}
|
}
|
||||||
await sor.C('payment_log', ns.copy())
|
await sor.C('payment_log', ns.copy())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user