From 761fd23c4085ba034080f7302ada4e9be1f51a6b Mon Sep 17 00:00:00 2001 From: Ali <> Date: Tue, 6 Apr 2021 19:18:09 +0400 Subject: [PATCH] Fix apply payment method --- .../BotPaymentsUI/Sources/BotCheckoutControllerNode.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/BotPaymentsUI/Sources/BotCheckoutControllerNode.swift b/submodules/BotPaymentsUI/Sources/BotCheckoutControllerNode.swift index 2933684211..81e9b20aa9 100644 --- a/submodules/BotPaymentsUI/Sources/BotCheckoutControllerNode.swift +++ b/submodules/BotPaymentsUI/Sources/BotCheckoutControllerNode.swift @@ -595,7 +595,7 @@ final class BotCheckoutControllerNode: ItemListControllerNode, PKPaymentAuthoriz } })]), nil) default: - break + applyPaymentMethod(method) } } else { applyPaymentMethod(method)