Re: [w3c/payment-handler] Notify merchant that payment method (possibly including the billing address) changed in payment handler. (#318)

foolip commented on this pull request.



> @@ -1172,7 +1229,9 @@ <h2>
           readonly attribute object total;
           readonly attribute FrozenArray&lt;PaymentDetailsModifier&gt; modifiers;
           readonly attribute DOMString instrumentKey;
+          readonly attribute bool requestBillingAddress;

This should say boolean. Discovered by https://github.com/web-platform-tests/wpt/pull/13015.

-- 
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/318#pullrequestreview-155716251

Received on Saturday, 15 September 2018 15:10:59 UTC