From dc51fa98ae4fc86c512f5e7eefe08da630637fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Wed, 3 Jul 2024 09:10:23 +1000 Subject: [PATCH] Update index.html --- index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.html b/index.html index 5631b47c..8a961b74 100644 --- a/index.html +++ b/index.html @@ -3849,11 +3849,8 @@

{{PaymentResponse/shippingAddress}} attribute value of |response| to null. Otherwise:
    -
  1. Let |redactList:list| be the empty list. -
  2. Let |shippingAddress:ContactAddress| be the result of - create a `ContactAddress` from user-provided input with - |redactList|. + create a `ContactAddress` from user-provided input.
  3. Set the {{PaymentResponse/shippingAddress}} attribute value of |response| to |shippingAddress|.