Skip to content

Commit 26c5d28

Browse files
committed
feat(payment): crypto checkout activated
1 parent 200b740 commit 26c5d28

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

src/components/premium/payment-methods.tsx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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

7373
interface PaymentMethodsProps {

0 commit comments

Comments
 (0)