- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 12 Nov 2019 16:49:36 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 November 2019 00:49:38 UTC
marcoscaceres 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 Yes, sorry. I thought it was listed in one of the guides. We use: https://github.com/htacg/tidy-html5 If you are on a Mac: ``` brew install tidy-html5 ``` And to run it: ``` tidy -config tidyconfig.txt -o index.html index.html ``` -- 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_r345521202
Received on Wednesday, 13 November 2019 00:49:38 UTC