rename operation type
This commit is contained in:
@@ -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>
|
||||
),
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": "и",
|
||||
|
||||
Reference in New Issue
Block a user