mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: добавлена поддержка SeverPay в кабинете
- Иконка SeverPay (синий градиент, SP) - Лейбл в paymentMethods - Статус decline в FAILED_STATUSES - Локализация (ru, en, fa, zh)
This commit is contained in:
@@ -20,6 +20,7 @@ export const FAILED_STATUSES = new Set([
|
||||
'cancel',
|
||||
'system_fail',
|
||||
'refund_paid',
|
||||
'decline',
|
||||
]);
|
||||
|
||||
export function isPaidStatus(status: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user