mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
20 lines
526 B
TypeScript
20 lines
526 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',
|
|
manual: 'Ручное пополнение',
|
|
};
|