mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
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.
24 lines
632 B
TypeScript
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: 'Ручное пополнение',
|
|
};
|