fix: change amount field in notify
This commit is contained in:
@@ -55,7 +55,7 @@ async def consume_notify(
|
||||
text = renderer.render(
|
||||
'purchase_notify.txt',
|
||||
id_client=msg_body.payload.id_client,
|
||||
amount=msg_body.payload.usdt_amount,
|
||||
amount=msg_body.payload.rub_amount,
|
||||
trace_id=trace_id,
|
||||
)
|
||||
elif msg_body.event == 'docs_upload':
|
||||
|
||||
Reference in New Issue
Block a user