diff --git a/index.html b/index.html index 52e74ef6..f285be53 100644 --- a/index.html +++ b/index.html @@ -357,7 +357,7 @@
+ The payment app should be sent the appropriate data from + request in order to guide the user through the payment + process. This includes the various attributes and internal slots + of request. +
The acceptPromise will later be resolved by the user accepts the payment request algorithm through @@ -752,7 +777,7 @@
methodData
supplied to the constructor, but
@@ -832,6 +857,18 @@ data
is a JSON-serializable object that provides
- optional information that might be needed by the supported payment
- methods.
+ data
is an object that provides optional information
+ that might be needed by the supported payment methods. If supplied,
+ it will be JSON-serialized.
TypeError
, JSON.stringify, and
JSON.parse are defined by [[!ECMA-262-2015]].
- - The term JSON-serializable object used in this - specification is not well defined; see issue - #307. -
The term JSON-serialize