rename operation type
This commit is contained in:
@@ -38,3 +38,5 @@ docker volume prune - удалить неиспользуемые базы да
|
|||||||
Юкаса
|
Юкаса
|
||||||
эндпоинт для бека.
|
эндпоинт для бека.
|
||||||
{URL}/api/payments/webhook/yookassa
|
{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 }) => (
|
cell: ({ row }) => (
|
||||||
<div className="text-center table-item">
|
<div className="text-center table-item">
|
||||||
{row.original.operationType}
|
{row.original.operationType === 'TOKEN'? t('purchasing-tokens') : t('payment-of-the-tariff')}
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -296,7 +296,9 @@
|
|||||||
"monitoring-is-not-supported": "Monitoring is not supported",
|
"monitoring-is-not-supported": "Monitoring is not supported",
|
||||||
"frequently-asked-questions": "Frequently Asked Questions",
|
"frequently-asked-questions": "Frequently Asked Questions",
|
||||||
"select-a-token-package": "Select a token package",
|
"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": {
|
"Login-register-form": {
|
||||||
"and": "and",
|
"and": "and",
|
||||||
|
|||||||
@@ -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": "Выбран пакет: {tokens} токенов за {price}₽"
|
"package-selected-tokens-price": "Выбран пакет: {tokens} токенов за {price}₽",
|
||||||
|
"purchasing-tokens": "Покупка токенов",
|
||||||
|
"payment-of-the-tariff": "Оплата тарифа"
|
||||||
},
|
},
|
||||||
"Login-register-form": {
|
"Login-register-form": {
|
||||||
"and": "и",
|
"and": "и",
|
||||||
|
|||||||
Reference in New Issue
Block a user