diff --git a/src/presentation/messaging/consumers.py b/src/presentation/messaging/consumers.py index d65463c..6bca8d9 100644 --- a/src/presentation/messaging/consumers.py +++ b/src/presentation/messaging/consumers.py @@ -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':