You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the pay plugin in Flutter to enable Apple pay into my app The funactioanlity runs smoothly but I am facing a UI related issue in Apple Pay payments.
If the user's card is declined, the apple pay bottom sheet still displays a tick and sayd "Done". The response body sent by Apple to my payment provider does say that the card was declined but in the UI, the user sees "Done"
Ideally, the UI of the bottom sheet should also say "Payment failed" or "Payment not completed" like in web or native integrations of Apple Pay:
The text was updated successfully, but these errors were encountered:
I am facing the same issue and opened a similar issue a few days ago. They recently released the 2.0.0 version and I thought they must've fixed it, but they haven't
Hi @sarthakrungta, there's an open pull request that adds that feature (see #200).
You can use the PR to keep track of the feature. @khanawansocialb you are most welcome to keep track of progress there too.
I am using the pay plugin in Flutter to enable Apple pay into my app The funactioanlity runs smoothly but I am facing a UI related issue in Apple Pay payments.
If the user's card is declined, the apple pay bottom sheet still displays a tick and sayd "Done". The response body sent by Apple to my payment provider does say that the card was declined but in the UI, the user sees "Done"
Ideally, the UI of the bottom sheet should also say "Payment failed" or "Payment not completed" like in web or native integrations of Apple Pay:
The text was updated successfully, but these errors were encountered: