Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

confirm3dsCheckout #4

Open
vlkigdm opened this issue Oct 19, 2020 · 1 comment
Open

confirm3dsCheckout #4

vlkigdm opened this issue Oct 19, 2020 · 1 comment

Comments

@vlkigdm
Copy link

vlkigdm commented Oct 19, 2020

Привет, в этом методе кажется paymentParameters вообще не нужен, также без строгого каста в <String, dynamic> вот эта строка 25/kassa.dart:
..addAll({"confirmationUrl": confirmationUrl.toString()})));
выдает исключение:
Unhandled Exception: type '_InternalLinkedHashMap<dynamic, dynamic>' is not a subtype of type 'Map<String, dynamic>' of 'other'

Помогло:
..addAll(<String, dynamic>{"confirmationUrl": confirmationUrl.toString()})));

В YandexKassa.kt/строка 93:
if (data != null && callback != null) callback!!.success(Checkout.createTokenizationResult(data))
Ловит нулл и вылетает при обработке confirm3dsCheckout, со startCheckout нормально.

На iOS 10.0 с версией 3.61 и 4.0.0: confirm3dsCheckout вообще не запускается, в отличии от startCheckout.

Спасибо за плагин/труд.

@kcrebound
Copy link

Столкнулся с этими же проблемами, на 4.1.0 после вызова confirm3dsCheckout не приходит ответ из channel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants