Skip to content

Commit 40d63b8

Browse files
authored
Merge pull request #35 from teacoder-team/dev
fix: correct payment method id for Telegram Stars
2 parents 6cd35e3 + 2f5a086 commit 40d63b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constants/payment-methods.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const PAYMENT_METHODS: PaymentMethod[] = [
5151
isAvailable: false
5252
},
5353
{
54-
id: InitPaymentRequestMethod.STARS,
54+
id: InitPaymentRequestMethod.TELEGRAM_STARS,
5555
name: 'Telegram Stars',
5656
description: 'Оплата подписки через звёзды Telegram',
5757
icon: StarIcon,

0 commit comments

Comments
 (0)