- From: ianbjacobs <notifications@github.com>
- Date: Tue, 08 Oct 2019 07:36:35 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 8 October 2019 14:36:58 UTC
ianbjacobs commented on this pull request. > @@ -2137,6 +2222,19 @@ <h2> example, this would be set to true when physical goods need to be shipped by the merchant to the user. This would be set to false for the purchase of digital goods. + <aside class="note"> + <p> + A developer may not need the full shipping address of a user, for + example, just having "country" may be sufficient to calculate + shipping cost. To be sensitive to user's privacy, developers should + prefer to use <a>PaymentRequestUpdateEvent.requestShippingAddress() + </a> to incrementally request only the address parts they need. + </p> + <p> + A future version of this specification may remove the all-in-one + {{PaymentOptions.requestShipping}} boolean. + </p> See other comment; I think we can remove this. -- 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/873#pullrequestreview-298811929
Received on Tuesday, 8 October 2019 14:36:58 UTC