mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Business features
This commit is contained in:
@@ -130,7 +130,7 @@ final class BotCheckoutWebInteractionControllerNode: ViewControllerTracingNode,
|
||||
return
|
||||
}
|
||||
|
||||
if case let .addPaymentMethod(completion) = self.intent {
|
||||
if case let .addPaymentMethod(_, completion) = self.intent {
|
||||
completion(BotCheckoutPaymentWebToken(title: title, data: credentialsString, saveOnServer: false))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user