Skip to content

Commit

Permalink
Revert "remove requestBillingAddress"
Browse files Browse the repository at this point in the history
This reverts commit 5191fe0.
  • Loading branch information
marcoscaceres authored and Marcos Cáceres committed Nov 22, 2018
1 parent fbd58b4 commit e91e6b4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1972,6 +1972,7 @@ <h2>
<pre class="idl">
dictionary PaymentOptions {
boolean requestPayerName = false;
boolean requestBillingAddress = false;
boolean requestPayerEmail = false;
boolean requestPayerPhone = false;
boolean requestShipping = false;
Expand All @@ -1984,6 +1985,19 @@ <h2>
options desired for the payment request.
</p>
<dl>
<dt>
<dfn>requestBillingAddress</dfn> member
</dt>
<dd data-link-for="PaymentMethodChangeEvent">
A boolean that instructs the <a>user agent</a> to get 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
<a>PaymentMethodChangeEvent</a>'s <a>methodDetails</a>, albeit
possibly with parts of the address redacted for privacy reasons. A
merchant can use this information to, for example, calculate tax in
certain jurisdictions.
</dd>
<dt>
<dfn>requestPayerName</dfn> member
</dt>
Expand Down

0 comments on commit e91e6b4

Please sign in to comment.