Skip to content

Commit 5191fe0

Browse files
committed
remove requestBillingAddress
1 parent 39954e7 commit 5191fe0

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

index.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,6 @@ <h2>
19721972
</h2>
19731973
<pre class="idl">
19741974
dictionary PaymentOptions {
1975-
boolean requestBillingAddress = false;
19761975
boolean requestPayerEmail = false;
19771976
boolean requestPayerName = false;
19781977
boolean requestPayerPhone = false;
@@ -1986,19 +1985,6 @@ <h2>
19861985
options desired for the payment request.
19871986
</p>
19881987
<dl>
1989-
<dt>
1990-
<dfn>requestBillingAddress</dfn> member
1991-
</dt>
1992-
<dd data-link-for="PaymentMethodChangeEvent">
1993-
A boolean that instructs the <a>user agent</a> to get the billing
1994-
address associated with a <a>payment method</a> (e.g., the billing
1995-
address associated with a credit card). Typically, the user agent
1996-
will return the billing address as part of the
1997-
<a>PaymentMethodChangeEvent</a>'s <a>methodDetails</a>, albeit
1998-
possibly with parts of the address redacted for privacy reasons. A
1999-
merchant can use this information to, for example, calculate tax in
2000-
certain jurisdictions.
2001-
</dd>
20021988
<dt>
20031989
<dfn>requestPayerName</dfn> member
20041990
</dt>

0 commit comments

Comments
 (0)