diff --git a/index.html b/index.html index 4277a138..d6a0fddb 100644 --- a/index.html +++ b/index.html @@ -1137,14 +1137,14 @@
The shippingOptions member is only used if the @@ -1248,9 +1248,14 @@
- User agents might show an error message to the user - when this occurs. -
-sequence
<PaymentShippingOption>.
+ If any of the above steps say to abort the update with + an exception exception, then: +
++ Aborting the update is + performed when there is a fatal error updating the payment + request, such as the supplied detailsPromise + rejecting, or its fulfillment value containing invalid data. This + would potentially leave the payment request in an inconsistent + state since the web page hasn't successfully handled the change + event. Consequently, the PaymentRequest moves to a + "closed" state. The error is signaled to the developer + through the rejection of the [[\acceptPromise]], i.e. the + promise returned by show(). +
++ User agents might show an error message to the user when + this occurs. +
+