Add missing provider

This commit is contained in:
Ali
2021-05-08 01:25:05 +04:00
parent 858febd263
commit ef273547c3

View File

@@ -460,7 +460,8 @@ private func formSupportApplePay(_ paymentForm: BotPaymentForm) -> Bool {
"sberbank",
"yandex",
"privatbank",
"tranzzo"
"tranzzo",
"paymaster"
])
if !applePayProviders.contains(nativeProvider.name) {
return false