mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: add Jupiter and Donut payment provider support
- METHOD_LABELS entries for jupiter and donut - Custom SVG icons: Jupiter (planet with ring), Donut (glazed donut) - Admin settings tree nodes: payments_jupiter, payments_donut - Locale strings (ru/en/zh/fa) for descriptions and admin labels
This commit is contained in:
@@ -57,6 +57,8 @@ export const SETTINGS_TREE: SettingsTreeConfig = {
|
||||
{ id: 'payments_aurapay', categories: ['AURAPAY'] },
|
||||
{ id: 'payments_etoplatezhi', categories: ['ETOPLATEZHI'] },
|
||||
{ id: 'payments_antilopay', categories: ['ANTILOPAY'] },
|
||||
{ id: 'payments_jupiter', categories: ['JUPITER'] },
|
||||
{ id: 'payments_donut', categories: ['DONUT'] },
|
||||
{ id: 'payments_apple_iap', categories: ['APPLE_IAP'] },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user