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

@@ -54,6 +54,7 @@ export const SETTINGS_TREE: SettingsTreeConfig = {
{ id: 'payments_severpay', categories: ['SEVERPAY'] },
{ id: 'payments_paypear', categories: ['PAYPEAR'] },
{ id: 'payments_rollypay', categories: ['ROLLYPAY'] },
{ id: 'payments_aurapay', categories: ['AURAPAY'] },
],
},
{