mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Update IAP
This commit is contained in:
parent
3f1bc2b21b
commit
641d5d7c8b
3 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ private let productIdentifiers = [
|
|||
"org.telegram.telegramStars.topup.x5000",
|
||||
"org.telegram.telegramStars.topup.x10000",
|
||||
"org.telegram.telegramStars.topup.x25000",
|
||||
"org.telegram.telegramStars.topup.x50000"
|
||||
"org.telegram.telegramStars.topup.x35000"
|
||||
]
|
||||
|
||||
private extension NSDecimalNumber {
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@ private final class StarsPurchaseScreenContentComponent: CombinedComponent {
|
|||
5000: 6,
|
||||
10000: 6,
|
||||
25000: 7,
|
||||
50000: 7
|
||||
35000: 7
|
||||
]
|
||||
|
||||
let externalStateUpdated = context.component.stateUpdated
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"app": "10.14.3",
|
||||
"app": "10.14.2",
|
||||
"xcode": "15.2",
|
||||
"bazel": "7.1.1",
|
||||
"macos": "13.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue