feat: добавлена поддержка SeverPay в кабинете

- Иконка SeverPay (синий градиент, SP)
- Лейбл в paymentMethods
- Статус decline в FAILED_STATUSES
- Локализация (ru, en, fa, zh)
This commit is contained in:
Fringg
2026-03-18 03:49:36 +03:00
parent 5fbebbb686
commit 246fafdbfc
7 changed files with 46 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ export const FAILED_STATUSES = new Set([
'cancel',
'system_fail',
'refund_paid',
'decline',
]);
export function isPaidStatus(status: string): boolean {