diff --git a/index.html b/index.html index c2f829cf..97aba896 100644 --- a/index.html +++ b/index.html @@ -1095,9 +1095,9 @@

PaymentResponse interface

complete()

-

The complete method must be called after the user has accepted the payment +

The complete method is called after the user has accepted the payment request and the [[\acceptPromise]] has been resolved. Calling the complete method tells - the user agent that the user interaction is over (and should cause any remaining user interface to be + the user agent that the user interaction is over (and SHOULD cause any remaining user interface to be closed).

The complete method takes a string argument from the PaymentComplete enum (result). These values are used to influence the user experience provided by the user agent