From fa76a55752a925c2fbb0663ea443db8aa3884355 Mon Sep 17 00:00:00 2001 From: dev1lfreak Date: Mon, 15 Jun 2026 13:25:44 +0300 Subject: [PATCH] refactor: change currency in template --- src/infrastructure/telegram/templates/purchase_notify.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/telegram/templates/purchase_notify.txt b/src/infrastructure/telegram/templates/purchase_notify.txt index c6636be..5e66a7c 100644 --- a/src/infrastructure/telegram/templates/purchase_notify.txt +++ b/src/infrastructure/telegram/templates/purchase_notify.txt @@ -1,3 +1,3 @@ #purchase Клиент с ID: {{id_client}} -Сделал запрос на обмен на сумму {{amount}} USDT \ No newline at end of file +Сделал запрос на обмен на сумму {{amount}} RUB \ No newline at end of file