intive / adyen_flutter

A Flutter plugin for the Adyen Payment Provider DropIn UI
MIT License
11 stars 26 forks source link

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

Open R0BB3RT opened 2 years ago

R0BB3RT commented 2 years ago

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.