fix: change amount field in notify

This commit is contained in:
2026-06-25 22:36:07 +03:00
parent 592a06417c
commit 3700fb1ccc

View File

@@ -55,7 +55,7 @@ async def consume_notify(
text = renderer.render( text = renderer.render(
'purchase_notify.txt', 'purchase_notify.txt',
id_client=msg_body.payload.id_client, id_client=msg_body.payload.id_client,
amount=msg_body.payload.usdt_amount, amount=msg_body.payload.rub_amount,
trace_id=trace_id, trace_id=trace_id,
) )
elif msg_body.event == 'docs_upload': elif msg_body.event == 'docs_upload':