klarna / klarna-mobile-sdk

Klarna Mobile SDK for iOS
https://docs.klarna.com/mobile-sdk/ios/
Apache License 2.0
29 stars 12 forks source link

KlarnaPaymentViewCallback not calling onAuthorized with pay_now option. #195

Open mariinsky opened 1 year ago

mariinsky commented 1 year ago

Describe the bug Using pay_now payment option sdk interalBrowser does not call onAuthorized callback function on Android.

To Reproduce Select direct bank transfer payment option, continue thought the payment pipeline untill thank you message. onAuthorized is not called here.

Expected behavior At thank you message KlarnaPaymentViewCallback is expected to call onAuthorized

Screenshots

Screenshot 2023-06-01 at 12 19 36

Device and version:

Impact Level Navigation back to app and giving feedback to user about his payment status is dependent on getting onAuthorized call. Now the user is just stuck to klarna thank you message and have to manually backtrack all the steps.

Additional context Other payment methods work as expected.

BunnyBuddy commented 1 month ago

Same here, any solution?

Describe the bug Using pay_now payment option sdk interalBrowser does not call onAuthorized callback function on Android.

To Reproduce Select direct bank transfer payment option, continue thought the payment pipeline untill thank you message. onAuthorized is not called here.

Expected behavior At thank you message KlarnaPaymentViewCallback is expected to call onAuthorized

Screenshots Screenshot 2023-06-01 at 12 19 36

Device and version:

  • Device: Any android phone
  • OS version: Any
  • Klarna In-App SDK version [e.g. 1.2.3]: 2.6.2

Impact Level Navigation back to app and giving feedback to user about his payment status is dependent on getting onAuthorized call. Now the user is just stuck to klarna thank you message and have to manually backtrack all the steps.

Additional context Other payment methods work as expected.

BunnyBuddy commented 1 month ago

Any updates?