feat: add PayPear payment provider to cabinet frontend

- Payment method label and icon (amber gradient)
- Admin settings tree entry for PAYPEAR category
- Locale strings for ru, en, zh, fa
This commit is contained in:
Fringg
2026-04-16 05:26:09 +03:00
parent d15c2408df
commit 31ac511a09
7 changed files with 26 additions and 0 deletions

View File

@@ -15,5 +15,6 @@ export const METHOD_LABELS: Record<string, string> = {
kassa_ai: 'Kassa AI',
riopay: 'RioPay',
severpay: 'SeverPay',
paypear: 'PayPear',
manual: 'Ручное пополнение',
};