From 5552930fb7370f7dd3474cedacab31b520848612 Mon Sep 17 00:00:00 2001
From: mattsaxon
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.
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).