@@ -41,15 +41,15 @@ const paymentMethods: PaymentMethod[] = [
4141 bgColor : 'bg-blue-100' ,
4242 isAllowed : true
4343 } ,
44- {
45- id : InitPaymentRequestMethod . YOOMONEY ,
46- name : 'ЮMoney' ,
47- description : 'Оплата через кошелек ЮMoney' ,
48- icon : YoomoneyIcon ,
49- textColor : 'text-blue-600' ,
50- bgColor : 'bg-blue-100' ,
51- isAllowed : false
52- }
44+ // {
45+ // id: InitPaymentRequestMethod.YOOMONEY,
46+ // name: 'ЮMoney',
47+ // description: 'Оплата через кошелек ЮMoney',
48+ // icon: YoomoneyIcon,
49+ // textColor: 'text-blue-600',
50+ // bgColor: 'bg-blue-100',
51+ // isAllowed: false
52+ // },
5353 // {
5454 // id: InitPaymentRequestMethod.STARS,
5555 // name: 'Telegram Stars',
@@ -59,15 +59,15 @@ const paymentMethods: PaymentMethod[] = [
5959 // bgColor: 'bg-blue-100',
6060 // isAllowed: true
6161 // }
62- // {
63- // id: 'CRYPTO',
64- // name: 'Криптовалюта',
65- // description: 'Оплата с помощью BTC, USDT, TON',
66- // icon: BitcoinIcon,
67- // textColor: 'text-blue-600',
68- // bgColor: 'bg-blue-100',
69- // isAllowed: true
70- // }
62+ {
63+ id : 'CRYPTO' ,
64+ name : 'Криптовалюта' ,
65+ description : 'Оплата с помощью BTC, USDT, TON' ,
66+ icon : BitcoinIcon ,
67+ textColor : 'text-blue-600' ,
68+ bgColor : 'bg-blue-100' ,
69+ isAllowed : true
70+ }
7171]
7272
7373interface PaymentMethodsProps {
0 commit comments