From 9dd14c343e34e64b8ca98698a8ccda0736657efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Thu, 8 Mar 2018 14:51:28 +1100 Subject: [PATCH] assure request+response use same shippingAddress * closes #692 --- index.html | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) 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