- From: ianbjacobs <notifications@github.com>
- Date: Mon, 18 Feb 2019 07:02:46 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 February 2019 15:03:29 UTC
ianbjacobs commented on this pull request. > + </li> + <li data-link-for="PaymentRequest">Clearer definition of + <a>canMakePayment()</a> and worked to align implementations. + <a>canMakePayment()</a> does not reveal whether payment handler is + primed to pay. + </li> + <li>Removed <code>languageCode</code> and <code>regionCode</code> + from <a>PaymentAddress</a>. + </li> + <li>Removed <code>currencySystem</code>. + </li> + <li>"<a>Payment request is showing</a>" boolean now attached to + top-level browsing context. Previously, only a single payment UI was + allowed to be shown at a time across the whole browser. This now + allows multiple browser tabs to show a payment UI at the same time + (for payment handlers that can support that). ```suggestion (for those payment handlers able to support it). ``` -- 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-request/pull/835#pullrequestreview-204830787
Received on Monday, 18 February 2019 15:03:29 UTC