adrianhopebailie commented on this pull request.
> <li>Determine which <a>payment handlers</a> support any of the
- <a>payment method identifiers</a> given by the first element of
- the <var>paymentMethod</var> tuple. For each resulting payment
- handler, if payment method specific capabilities supplied by the
- payment handler match those provided by the second element of the
- tuple, the payment handler matches.
+ <a>payment method identifiers</a> given <var>identifiers</var>.
+ For each resulting payment handler, if payment method specific
+ capabilities supplied by the payment handler match those provided
+ by <var>data</var>, the payment handler matches.
</li>
Is this language sufficient to capture the case where no filters are provided in the `data` and so all payment handlers match?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/browser-payment-api/pull/530#pullrequestreview-38115124