feat: add Freekassa SBP and card payment method icons and labels

Add icons, admin labels, and i18n descriptions for freekassa_sbp
and freekassa_card payment methods in the cabinet frontend.
This commit is contained in:
Fringg
2026-02-25 12:32:07 +03:00
parent 21fc75a17d
commit a725265026
4 changed files with 48 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ const METHOD_LABELS: Record<string, string> = {
platega: 'Platega',
wata: 'WATA',
freekassa: 'Freekassa',
freekassa_sbp: 'Freekassa СБП',
freekassa_card: 'Freekassa Карта',
cloudpayments: 'CloudPayments',
kassa_ai: 'Kassa AI',
};