-
Notifications
You must be signed in to change notification settings - Fork 123
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
[BUG] Apple Pay - SDK not dismissing PKPaymentAuthorizationViewController #1838
Comments
Hi @guilhermebattaglinrentcars thank you for reporting, we're looking into it 👌 |
Hi @guilhermebattaglinrentcars, We were not able to reproduce the issue. You can check the example of how the error state (user canceled) is handled in the Demo app: https://github.com/Adyen/adyen-ios/blob/v4/Demo/Common/IntegrationExample.swift#L90 Please let us know if it helps or if you have more questions. |
Closing due to inactivity - feel free to re-open if there are any open questions :) |
Hi, we have similar problem. Our scenario: Prerequisite
Reproduction
Alternative scenario
Environment
It is look like, that in Thank you. |
Hey @dgrunvaldsky Are you on Sessions or Advanced (aka \payments) flow? For Sessions Apple Pay will dismiss itself. |
Hi @descorp, Thank you. |
Hey @dgrunvaldsky We will look into this in more detail, thanks! |
Describe the bug
SDK do not dismiss PKPaymentAuthorizationViewController modal after cancelation or payment error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dismiss modal when tap on the X (close) button
Environment
Relevant source code
paymentAuthorizationViewControllerDidFinish not calling controller dismiss
The text was updated successfully, but these errors were encountered: