mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Update IAP
This commit is contained in:
parent
3f1bc2b21b
commit
641d5d7c8b
@ -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…
x
Reference in New Issue
Block a user