Release 1.4.0

This commit is contained in:
svcMobileCi
2024-04-27 19:18:53 +03:00
parent 837528ad9c
commit 1168de5b24
20 changed files with 247 additions and 360 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class YookassaPaymentsFlutter {
}
static Future<void> confirmation(String url, PaymentMethod? paymentMethod,
String? clientApplicationKey, String? shopId) async {
String clientApplicationKey, String shopId) async {
var inputData = {
'url': url,
'paymentMethod': paymentMethod?.name,