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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ Flutter SDK from yoomoney
|
||||
s.source = { :path => '.' }
|
||||
s.source_files = 'Classes/**/*'
|
||||
s.dependency 'Flutter'
|
||||
s.dependency 'YooKassaPayments', '6.11.3'
|
||||
s.dependency 'YooKassaPayments', '6.12.3'
|
||||
|
||||
s.platform = :ios, '10.0'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user