- From: Danyao Wang <notifications@github.com>
- Date: Tue, 12 Nov 2019 16:43:18 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 November 2019 00:43:20 UTC
danyao commented on this pull request. > @@ -2094,12 +2197,34 @@ <h2> A boolean that indicates whether the <a>user agent</a> SHOULD collect and return the billing address associated with a <a>payment method</a> (e.g., the billing address associated with a credit card). - Typically, the user agent will return the billing address as part of - the {{PaymentMethodChangeEvent}}'s <a>methodDetails</a>. A merchant - can use this information to, for example, calculate tax in certain - jurisdictions and update the displayed total. See below for privacy - considerations regarding <a href="#user-info">exposing user - information</a>. + The <a>user agent</a> returns the billing address as part of the + {{PaymentMethodChangeEvent}}'s {{PaymentMethodChangeEvent/methodDetails}} attribute and the Is there a standard formatter that we use for W3C specs? I tried [prettier](https://prettier.io) on this file but it modifies a lot of existing content. So I was planning to land this patch, and then run `prettier` once to just adjust the format. I'd be happy to help document the steps to keep a spec style-compliant. -- 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#discussion_r345519684
Received on Wednesday, 13 November 2019 00:43:20 UTC