Please report a bug on bugs.webkit.org.
Post
Replies
Boosts
Views
Activity
This was resolved recently: https://bugs.webkit.org/show_bug.cgi?id=261563
@mawi00, I am presented with an Apple Pay button on your website (and the payment sheet works correctly too). Are you conditionally presenting the Apple Pay button?
Hi EricMEvans! We shouldn't be showing the payment sheet after calling PaymentResponse.complete() method, since that method notifies the user agent that the user interaction is over, and causes any remaining user interface to be closed. You intend to call PaymentResponse.retry() for failures that warrant showing the payment sheet again.