Update IAP

This commit is contained in:
Ilya Laktyushin 2024-07-09 18:11:10 +04:00
parent 3f1bc2b21b
commit 641d5d7c8b
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ private let productIdentifiers = [
"org.telegram.telegramStars.topup.x5000", "org.telegram.telegramStars.topup.x5000",
"org.telegram.telegramStars.topup.x10000", "org.telegram.telegramStars.topup.x10000",
"org.telegram.telegramStars.topup.x25000", "org.telegram.telegramStars.topup.x25000",
"org.telegram.telegramStars.topup.x50000" "org.telegram.telegramStars.topup.x35000"
] ]
private extension NSDecimalNumber { private extension NSDecimalNumber {

View File

@ -300,7 +300,7 @@ private final class StarsPurchaseScreenContentComponent: CombinedComponent {
5000: 6, 5000: 6,
10000: 6, 10000: 6,
25000: 7, 25000: 7,
50000: 7 35000: 7
] ]
let externalStateUpdated = context.component.stateUpdated let externalStateUpdated = context.component.stateUpdated

View File

@ -1,5 +1,5 @@
{ {
"app": "10.14.3", "app": "10.14.2",
"xcode": "15.2", "xcode": "15.2",
"bazel": "7.1.1", "bazel": "7.1.1",
"macos": "13.0" "macos": "13.0"