diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index e7a3c6de..1e4e0d69 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -770,8 +770,9 @@
If the requestShipping flag was set to true
in the PaymentOptions
passed to the PaymentRequest constructor, then the user agent will populate the
- shippingAddress
field of the PaymentRequest
object with
- the user's selected shipping address.
+ shippingAddress
field of the PaymentRequest
and ultimately the
+ PaymentResponse
object with the user's selected shipping address after
+ the user has accepted the payment.
ShippingAddress
interface are
@@ -820,6 +821,7 @@ details
shippingAddress
true
in the PaymentOptions
+ passed to the PaymentRequest constructor, then shippingAddress
will
+ be the full and final shipping address chosen by the user.