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

@@ -52,6 +52,7 @@ export const SETTINGS_TREE: SettingsTreeConfig = {
{ id: 'payments_wata', categories: ['WATA'] },
{ id: 'payments_riopay', categories: ['RIOPAY'] },
{ id: 'payments_severpay', categories: ['SEVERPAY'] },
{ id: 'payments_paypear', categories: ['PAYPEAR'] },
],
},
{