Files
bedolaga-cabinet/src/constants/paymentMethods.ts
Fringg 58887138fc feat: add Apple IAP (apple_iap) payment method support
Add apple_iap across all payment surfaces: method label, icon (Apple
logo SVG), admin settings tree (APPLE_IAP category), and all four
locale files (en, ru, fa, zh) with payment description + tree label.
2026-05-04 06:01:20 +03:00

24 lines
632 B
TypeScript

export const METHOD_LABELS: Record<string, string> = {
telegram_stars: 'Telegram Stars',
tribute: 'Tribute',
cryptobot: 'CryptoBot',
heleket: 'Heleket',
yookassa: 'YooKassa',
mulenpay: 'MulenPay',
pal24: 'PayPalych',
platega: 'Platega',
wata: 'WATA',
freekassa: 'Freekassa',
freekassa_sbp: 'Freekassa СБП',
freekassa_card: 'Freekassa Карта',
cloudpayments: 'CloudPayments',
kassa_ai: 'Kassa AI',
riopay: 'RioPay',
severpay: 'SeverPay',
paypear: 'PayPear',
rollypay: 'RollyPay',
aurapay: 'AuraPay',
apple_iap: 'Apple In-App Purchase',
manual: 'Ручное пополнение',
};