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

@marcoscaceres commented on this pull request.



> @@ -407,6 +436,30 @@ <h3>
           Object.assign(details, { modifiers });
         </pre>
       </section>
+      <section>
+        <h3>
+          Requesting specific information from the end user
+        </h3>
+        <p>
+          Some financial transactions require a user to provide specific
+          information in order for a merchant to fulfill a purchase (e.g., the
+          user's shipping address, in case a physical good needs to be
+          shipped). To request this information, a merchant can pass a third
+          optional argument (|options|) to the {{PaymentRequest}} constructor

```suggestion
          optional argument (|options:PaymentOptions |) to the {{PaymentRequest}} constructor
```

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

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

Received on Tuesday, 30 April 2024 22:35:24 UTC