Skip to content

Commit

Permalink
fixup link to create contact address
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jul 10, 2024
1 parent ad07ae5 commit eb997b3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3041,12 +3041,11 @@ <h2>
</pre>
<p>
The members of the {{AddressErrors}} dictionary represent validation
errors with specific parts of a [=physical address=]. Each
dictionary member has a dual function: firstly, its presence denotes
that a particular part of an address is suffering from a validation
error. Secondly, the string value allows the developer to describe
the validation error (and possibly how the end user can fix the
error).
errors with specific parts of a [=physical address=]. Each dictionary
member has a dual function: firstly, its presence denotes that a
particular part of an address is suffering from a validation error.
Secondly, the string value allows the developer to describe the
validation error (and possibly how the end user can fix the error).
</p>
<p class="note">
Developers need to be aware that users might not have the ability to
Expand Down Expand Up @@ -3597,8 +3596,8 @@ <h2>
« "organization", "phone", "recipient", "addressLine" ».
</li>
<li>Let |address:ContactAddress| be the result of running the
steps to [=create a `ContactAddress` from user-provided input=]
with |redactList|.
steps to [=ContactsManager/create a contactaddress from
user-provided input=] with |redactList|.
</li>
<li>Set |request|.{{PaymentRequest/shippingAddress}} to
|address|.
Expand Down Expand Up @@ -3867,7 +3866,8 @@ <h2>
null. Otherwise:
<ol>
<li>Let |shippingAddress:ContactAddress| be the result of
<a>create a `ContactAddress` from user-provided input</a>.
[=ContactsManager/create a contactaddress from user-provided
input=]
</li>
<li>Set the {{PaymentResponse/shippingAddress}} attribute value
of |response| to |shippingAddress|.
Expand Down

0 comments on commit eb997b3

Please sign in to comment.