From 5552930fb7370f7dd3474cedacab31b520848612 Mon Sep 17 00:00:00 2001 From: mattsaxon Date: Fri, 24 Mar 2017 12:38:28 +0000 Subject: [PATCH] Clarify wording to not imply 'pull' only payhments Some minor wording changes to make it clear that a paymentrequest may actually process a transaction rather than just supply credentials --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a6cd6425..846dd1e2 100644 --- a/index.html +++ b/index.html @@ -1761,8 +1761,8 @@

An object that provides a payment method specific message used - by the merchant to process the transaction and determine successful - fund transfer. This data is returned by the payment method + by the merchant to process the transaction or validate the transaction + has been processed. This data is returned by the payment method specific code that satisfies the payment request.

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