Adyen / adyen-react-native

Adyen React Native
https://docs.adyen.com/checkout
MIT License
44 stars 32 forks source link

Fix wrong SessionConfiguration interface #418

Closed onooma closed 5 months ago

onooma commented 5 months ago

Summary

The SessionConfiguartion interface signature is differs from what native modules expect.

The native modules expect id but SessionConfiguration contains sessionID as you can see here: https://github.com/Adyen/adyen-react-native/blob/bcf5b4eda7e6aed2bf5c59a4d0b264f1ec9d349c/ios/Components/SessionHelperModule.swift#L45

Tested scenarios

Fixed issue:

descorp commented 5 months ago

Thanks @onooma 💚