getkevin / kevin-flutter

MIT License
0 stars 0 forks source link

MOBILE-1264_part3: Finish bank/card payment flow #18

Closed antons-zubkovs closed 2 years ago

antons-zubkovs commented 2 years ago

Ran into an issue, that ios and android require different callback urls for redirect to work properly. Currently implemented hacky solution to check platform and choose callback url depending on it, though plugin has to be updated to supports specific ios/android callback urls.