- From: ianbjacobs <notifications@github.com>
- Date: Tue, 22 Jan 2019 07:21:07 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 22 January 2019 15:21:28 UTC
ianbjacobs commented on this pull request.
> </h3>
<p>
- The <var>options</var> dictionary contains information the developer
- needs from the user to perform the payment (e.g., the payer's name
- and shipping address).
+ 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 (<var>options</var>) to the <a>PaymentRequest</a>
+ constructor indicating what information they require. When the
+ payment request is show, the user agent will request this information
```suggestion
payment request is shown, the user agent will request this information
```
--
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/827#pullrequestreview-195062700
Received on Tuesday, 22 January 2019 15:21:28 UTC