From eb997b3cb34346269bed678cd2f709eb72442e01 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Wed, 10 Jul 2024 13:43:30 +1000 Subject: [PATCH] fixup link to create contact address --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index bc62478b..a069df82 100644 --- a/index.html +++ b/index.html @@ -3041,12 +3041,11 @@

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).

Developers need to be aware that users might not have the ability to @@ -3597,8 +3596,8 @@

« "organization", "phone", "recipient", "addressLine" ».
  • 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|.
  • Set |request|.{{PaymentRequest/shippingAddress}} to |address|. @@ -3867,7 +3866,8 @@

    null. Otherwise:
    1. Let |shippingAddress:ContactAddress| be the result of - create a `ContactAddress` from user-provided input. + [=ContactsManager/create a contactaddress from user-provided + input=]
    2. Set the {{PaymentResponse/shippingAddress}} attribute value of |response| to |shippingAddress|.