feat: add Antilopay payment provider support

- Add antilopay to METHOD_LABELS for stats charts
- Add PaymentMethodIcon case with amber gradient SVG
- Add payments_antilopay to admin settings tree
- Add i18n keys in all 4 locales (en, ru, zh, fa)
This commit is contained in:
Fringg
2026-05-04 07:44:52 +03:00
parent 85a34b1947
commit 7d940091fa
7 changed files with 38 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ export const SETTINGS_TREE: SettingsTreeConfig = {
{ id: 'payments_rollypay', categories: ['ROLLYPAY'] },
{ id: 'payments_aurapay', categories: ['AURAPAY'] },
{ id: 'payments_etoplatezhi', categories: ['ETOPLATEZHI'] },
{ id: 'payments_antilopay', categories: ['ANTILOPAY'] },
{ id: 'payments_apple_iap', categories: ['APPLE_IAP'] },
],
},