Re: [w3c/payment-request] Revert "Drop PaymentAddress, shipping + billing address support (#955)" (PR #996)

@marcoscaceres commented on this pull request.



> +          boolean requestShipping = false;
+          PaymentShippingType shippingType = "shipping";
+        };
+      </pre>
+      <p class="note">
+        The {{PaymentOptions}} dictionary is passed to the {{PaymentRequest}}
+        constructor and provides information about the options desired for the
+        payment request.
+      </p>
+      <dl>
+        <dt>
+          <dfn>requestBillingAddress</dfn> member
+        </dt>
+        <dd>
+          A boolean that indicates whether the <a>user agent</a> SHOULD collect
+          and return the billing address associated with a <a>payment

```suggestion
          and return the [=billing address=] associated with a <a>payment
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/pull/996#pullrequestreview-2053949043
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/payment-request/pull/996/review/2053949043@github.com>

Received on Monday, 13 May 2024 23:00:54 UTC