From f9ccae936a39e3b5f70a9e72e359c8d5aa9cd9aa Mon Sep 17 00:00:00 2001 From: Ali <> Date: Wed, 5 Feb 2020 11:23:20 +0000 Subject: [PATCH] Add merchant id --- .../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 75896af9e9..51c459351e 100644 --- a/submodules/BotPaymentsUI/Sources/BotCheckoutControllerNode.swift +++ b/submodules/BotPaymentsUI/Sources/BotCheckoutControllerNode.swift @@ -335,7 +335,8 @@ private func formSupportApplePay(_ paymentForm: BotPaymentForm) -> Bool { "stripe", "sberbank", "yandex", - "privatbank" + "privatbank", + "tranzzo" ]) if !applePayProviders.contains(nativeProvider.name) { return false