- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 30 Apr 2024 15:35:20 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 30 April 2024 22:35:24 UTC
@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