rename operation type

This commit is contained in:
smanylov
2026-03-11 18:27:38 +07:00
parent 9fbb74ba60
commit 8b56e3da21
4 changed files with 10 additions and 4 deletions
+2
View File
@@ -38,3 +38,5 @@ docker volume prune - удалить неиспользуемые базы да
Юкаса
эндпоинт для бека.
{URL}/api/payments/webhook/yookassa
https://dev-workspace.not-copy.com/api/payments/webhook/yookassa
@@ -123,7 +123,7 @@ export default function PaymentTabTransactionHistory() {
),
cell: ({ row }) => (
<div className="text-center table-item">
{row.original.operationType}
{row.original.operationType === 'TOKEN'? t('purchasing-tokens') : t('payment-of-the-tariff')}
</div>
),
},
+3 -1
View File
@@ -296,7 +296,9 @@
"monitoring-is-not-supported": "Monitoring is not supported",
"frequently-asked-questions": "Frequently Asked Questions",
"select-a-token-package": "Select a token package",
"package-selected-tokens-price": "Package selected: {tokens} tokens for {price}₽"
"package-selected-tokens-price": "Package selected: {tokens} tokens for {price}₽",
"purchasing-tokens": "Purchasing tokens",
"payment-of-the-tariff": "Payment of the tariff"
},
"Login-register-form": {
"and": "and",
+3 -1
View File
@@ -296,7 +296,9 @@
"monitoring-is-not-supported": "Мониторинг не поддерживается",
"frequently-asked-questions": "Часто задаваемые вопросы",
"select-a-token-package": "Выберите пакет токенов",
"package-selected-tokens-price": "Выбран пакет: {tokens} токенов за {price}₽"
"package-selected-tokens-price": "Выбран пакет: {tokens} токенов за {price}₽",
"purchasing-tokens": "Покупка токенов",
"payment-of-the-tariff": "Оплата тарифа"
},
"Login-register-form": {
"and": "и",