- From: ianbjacobs <notifications@github.com>
- Date: Mon, 12 Jun 2017 15:19:42 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 12 June 2017 22:20:42 UTC
ianbjacobs commented on this pull request. > @@ -693,9 +693,22 @@ </li> <li>Determine which <a>payment handlers</a> support any of the <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> + <li>For each <var>handler</var> of the resulting payment + handlers: + <ol> + <li>If required by the specification that defines the + <var>handler</var>, <a data-cite= + "!WEBIDL#dfn-convert-ecmascript-to-idl-value">convert</a> + <var>data</var> to an IDL value. If it results in a error, + reject <var>acceptPromise</var> with that error an terminate It feels to me like there is conflation of "Handler" and "Payment method".It seems to me the text should say "If required by the specification that defines the payment method, ..." Ian -- 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/536#discussion_r121541043
Received on Monday, 12 June 2017 22:20:42 UTC