feat: add AuraPay payment provider to cabinet frontend

- Payment method label and icon (violet gradient, AP)
- Admin settings tree entry for AURAPAY category
- Locale strings and descriptions for ru, en, zh, fa
This commit is contained in:
Fringg
2026-04-18 00:05:56 +03:00
parent 4eed0f358e
commit 48827e430d
7 changed files with 32 additions and 0 deletions

View File

@@ -17,5 +17,6 @@ export const METHOD_LABELS: Record<string, string> = {
severpay: 'SeverPay',
paypear: 'PayPear',
rollypay: 'RollyPay',
aurapay: 'AuraPay',
manual: 'Ручное пополнение',
};