From ef273547c31782828e6aeb4d4a55bb374fd4b53f Mon Sep 17 00:00:00 2001 From: Ali <> Date: Sat, 8 May 2021 01:25:05 +0400 Subject: [PATCH] Add missing provider --- .../BotPaymentsUI/Sources/BotCheckoutControllerNode.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/submodules/BotPaymentsUI/Sources/BotCheckoutControllerNode.swift b/submodules/BotPaymentsUI/Sources/BotCheckoutControllerNode.swift index a3de37494d..ad1356d7d0 100644 --- a/submodules/BotPaymentsUI/Sources/BotCheckoutControllerNode.swift +++ b/submodules/BotPaymentsUI/Sources/BotCheckoutControllerNode.swift @@ -460,7 +460,8 @@ private func formSupportApplePay(_ paymentForm: BotPaymentForm) -> Bool { "sberbank", "yandex", "privatbank", - "tranzzo" + "tranzzo", + "paymaster" ]) if !applePayProviders.contains(nativeProvider.name) { return false