diff --git a/index.html b/index.html index 86d35389..fbf65796 100644 --- a/index.html +++ b/index.html @@ -2296,41 +2296,45 @@

merchant to process the transaction. The format of this response will be defined for each payment method. -
  • If the requestShipping value of - request.[[\options]] is true, then copy the - shippingAddress attribute of request to the - shippingAddress - attribute of response, or to null if none - was provided. -
  • -
  • If the requestShipping value of - request.[[\options]] is true, then copy the - shippingOption attribute of request to the - shippingOption - attribute of response, or to null if none - was provided. -
  • -
  • If the requestPayerName value of +
  • If the requestShipping value of request.[[\options]] is true, then set the - payerName attribute of - response to the payer's name provided by the user, or to - null if none was provided. + shippingAddress + attribute of response to the value of the shippingAddress attribute of + request. Otherwise, set it to null. +
  • +
  • If the requestShipping value of + request.[[\options]] is true, then set the + shippingOption + attribute of response to the value of the shippingOption attribute of + request. Otherwise, set it to null. +
  • +
  • If the requestPayerName value of + request.[[\options]] is true, then set the payerName attribute of + response to the payer's name provided by the user, or to + null if none was provided. Otherwise, set it to null.
  • If the requestPayerEmail value of request.[[\options]] is true, then set the payerEmail attribute of - response to the payer's email address selected by the - user, or to null if none was provided. + response to the payer's email address provided by the + user, or to null if none was provided. Otherwise, set it to null.
  • If the requestPayerPhone value of request.[[\options]] is true, then set the - payerPhone attribute of response to the - payer's phone number selected by the user, or to null if - none was provided. When setting the payerPhone attribute of + response to the payer's phone number provided by the user, + or to null if none was provided. When setting the payerPhone value, the user agent - SHOULD format the phone number to adhere to [[!E.164]]. + SHOULD format the phone number to adhere to [[!E.164]]. Otherwise, + set it to null.
  • Set response.[[\completeCalled]] to false.