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

fix(ios): don't allow paying twice #8

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

mortend
Copy link
Contributor

@mortend mortend commented Jan 19, 2022

Disable user interaction when didProvide() is called to block input
while processing payments from other apps.

Because the Adyen drop-in is still visible after having authorized
payment in an external app (Vipps) and returned back to our app, it
might otherwise be possible to initiate a second payment while the
first is still processing.

Details: Adyen/adyen-ios#714

Disable user interaction when didProvide() is called to block input
while processing payments from other apps.

Because the Adyen drop-in is still visible after having authorized
payment in an external app (Vipps) and returned back to our app, it
might otherwise be possible to initiate a second payment while the
first is still processing.

Details: Adyen/adyen-ios#714
Copy link
Member

@jesperjohansson jesperjohansson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🎉

@jesperjohansson jesperjohansson merged commit 22d0a2e into ancon-labs:master Jan 21, 2022
@mortend mortend deleted the fix/ios-double-payment branch January 21, 2022 13:01
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.

None yet

2 participants