- From: Rouslan Solomakhin <notifications@github.com>
- Date: Fri, 17 Aug 2018 07:46:00 -0700
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 17 August 2018 14:46:22 UTC
rsolomakhin commented on this pull request. > @@ -1047,17 +1047,20 @@ <h2> </li> </ol> </li> - <li>Otherwise, fire the <a>CanMakePaymentEvent</a> in the payment - handler and return the result. + <li>Otherwise, if the <a>URL-based payment method identifier</a> and + payment handler share the same <a data-cite= + "!HTML#origin">origin</a>, fire the <a>CanMakePaymentEvent</a> in the + payment handler and return the result. + </li> + <li>Otherwise, if <code>"supported_origins"</code> value in the + payment method manifest includes the <a data-cite= + "HTML#origin">origin</a> of the payment handler, fire the Done. -- 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/payment-handler/pull/313#discussion_r210933233
Received on Friday, 17 August 2018 14:46:22 UTC