Release 1.1.1 version
This commit is contained in:
committed by
Ilia Fedorov
parent
ed356c93f3
commit
4c9c594154
@@ -63,6 +63,8 @@ public class SwiftYookassaPaymentsFlutterPlugin: NSObject, FlutterPlugin {
|
||||
paymentMethod = .sberbank
|
||||
case "applePay":
|
||||
paymentMethod = .applePay
|
||||
case "sbp":
|
||||
paymentMethod = .sbp
|
||||
default: break
|
||||
}
|
||||
|
||||
@@ -368,6 +370,8 @@ extension TokenizationSettings: Decodable {
|
||||
paymentTypes.insert(.sberbank)
|
||||
case "PaymentMethod.applePay":
|
||||
paymentTypes.insert(.applePay)
|
||||
case "PaymentMethod.sbp":
|
||||
paymentTypes.insert(.sbp)
|
||||
default: break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user