From 2c0be014dcad32ca53741b979a7fd7374c1c1365 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 23 Feb 2017 16:06:14 +1100 Subject: [PATCH] fix: s/user interaction/transaction (closes #402) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e3f52700..10c80712 100644 --- a/index.html +++ b/index.html @@ -1707,7 +1707,7 @@

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 + agent that the transaction is over (and SHOULD cause any remaining user interface to be closed).