w3c / payment-request

Payment Request API
https://www.w3.org/TR/payment-request/
Other
489 stars 135 forks source link

Make "one Payment UI at a time" optional to align with implementations. #962

Closed ianbjacobs closed 3 years ago

ianbjacobs commented 3 years ago

The following tasks have been completed:

Implementation commitment:


Preview | Diff

marcoscaceres commented 3 years ago

I appreciate what we are trying to do here, but unfortunately, it's not as simple as this. The behavior is more to do with auxiliary browsing contexts (popups) than with "browser tabs". We can treat pop up windows as their own thing that are allowed to show a payment request. I'll deal with this in the tests instead.