You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final confirmationUrl = Uri.parse(payment.confirmationUrl);
await YandexKassa.confirm3dsCheckout(paymentParameters, confirmationUrl);
Вызывает проблему
E/flutter ( 8265): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: type '_InternalLinkedHashMap<dynamic, dynamic>' is not a subtype of type 'Map<String, dynamic>' of 'other'
E/flutter ( 8265): #0 MapMixin.addAll (dart:collection/maps.dart)
E/flutter ( 8265): #1 YandexKassa.confirm3dsCheckout (package:yandex_kassa/kassa.dart:30:19)
The text was updated successfully, but these errors were encountered:
Вызывает проблему
The text was updated successfully, but these errors were encountered: