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

feat: fix iOS url callback, add optional headers, use locale PR and more #12

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

R0BB3RT
Copy link

@R0BB3RT R0BB3RT commented May 12, 2022

I was missing some features regarding adding headers to the dropin calls. Our API needs authentication headers to be accessed. Also I noticed there were some problems with iOS regarding being callbacked from a iDEAL response, so that's also fixed.

Another thing that was also included now is a fix of credit card view not working for all apps on Android. This has to do with CardView not being able to inflate because of a wrong style. issue

I've also now set the target deployment version for iOS to the same as the Adyen SDK.

Also the service that needs to be provided in the AndroidManifest is now done in the plugin, so apps don't have to do it themselves anymore.

3DS secure was also fixed for Android since it was not actually executing it.

I've based this PR on the PR of @toonvanstrijp so the locale fix is also included.

@R0BB3RT R0BB3RT changed the title feat: fix iOS url callback, add optional headers, and use locale PR feat: fix iOS url callback, add optional headers, use locale PR and more May 13, 2022
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

Successfully merging this pull request may close these issues.

2 participants