diff --git a/index.html b/index.html index 888620e7..d4498a22 100644 --- a/index.html +++ b/index.html @@ -3392,12 +3392,23 @@

  • If the requestShipping value of - request.[[\options]] is true, then create a - PaymentAddress from user-provided input passing the - empty list as the redactList and set the shippingAddress attribute of - response to the resulting PaymentAddress. - Otherwise, set it to null. + request.[[\options]] is true, then: +
      +
    1. Let redactList be the empty list. +
    2. +
    3. Let shippingAddress be the result of create a + PaymentAddress from user-provided input with + redactList. +
    4. +
    5. Set the shippingAddress attribute + value of response to shippingAddress. +
    6. +
    7. Set the shippingAddress attribute + value of request to shippingAddress. +
    8. +
  • If the requestShipping value of