Skip to content

Commit

Permalink
Define payerAddress more like shippingAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jul 10, 2018
1 parent b724ad4 commit d33fc4b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1283,11 +1283,10 @@ <h2>
<dfn>payerAddress</dfn> attribute
</h2>
<p>
If the <a data-lt=
"PaymentOptions.requestPayerAddress">requestPayerAddress</a> member
was set to true in the <a>PaymentOptions</a> passed to the
<a>PaymentRequest</a> constructor, then <a>payerAddress</a> will be
the payer's address chosen by the user.
A <a>PaymentRequest</a>'s <a>payerAddress</a> attribute is populated
when the user provides a payer address (commonly referred to as a
billing address). It is null by default. When a user provides a
payer address, the <a>payer address changed algorithm</a> runs.
</p>
<p class="note">
On some user agents, some attributes of <a>payerAddress</a> might be
Expand Down

0 comments on commit d33fc4b

Please sign in to comment.