Re: [w3c/payment-request] Editorial: list changes since last publication (#835)

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