diff --git a/index.html b/index.html index 86d35389..fbf65796 100644 --- a/index.html +++ b/index.html @@ -2296,41 +2296,45 @@
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.
- 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.
- requestPayerName
value of
+ null
if none was provided.
+ shippingAddress
+ attribute of response to the value of the shippingAddress attribute of
+ request. Otherwise, set it to null.
+ 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.
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.