diff --git a/index.html b/index.html index 47da9919..c1f2d3ce 100644 --- a/index.html +++ b/index.html @@ -1317,10 +1317,11 @@
- The |acceptPromise| will later be resolved or rejected by either - the user accepts the payment request algorithm or the - user aborts the payment request algorithm, which are - triggered through interaction with the user interface. + The |acceptPromise| will later be resolved or rejected by + the user accepts the payment request algorithm, the + user aborts the payment request algorithm (which are + triggered through interaction with the user interface), or + the payment handler indicates an internal error algorithm.
If |document| stops being [=Document/fully active=] while the @@ -2599,9 +2600,10 @@
The |retryPromise| will later be resolved by the user accepts - the payment request algorithm, or rejected by either the - user aborts the payment request algorithm or abort the - update. + the payment request algorithm, or rejected by the user + aborts the payment request algorithm, abort the update, + or the payment handler indicates an internal error + algorithm.
+ The payment handler indicates an internal error algorithm + runs when the payment handler that the user has selected reports an + internal error to the user agent. It MUST queue a task on the + user interaction task source to perform the following steps: +
+PaymentRequest's details algorithm