Skip to content

Commit

Permalink
remove requestBillingAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Aug 24, 2018
1 parent 39954e7 commit 5191fe0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,6 @@ <h2>
</h2>
<pre class="idl">
dictionary PaymentOptions {
boolean requestBillingAddress = false;
boolean requestPayerEmail = false;
boolean requestPayerName = false;
boolean requestPayerPhone = false;
Expand All @@ -1986,19 +1985,6 @@ <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 5191fe0

Please sign in to comment.