diff --git a/index.html b/index.html index 8882d35d..cd956de2 100644 --- a/index.html +++ b/index.html @@ -440,7 +440,7 @@
- Set request@[[\methodData]] to + Set request.[[\methodData]] to methodData.
@@ -451,11 +451,11 @@
id
, then set the shippingOptions field of
- request@[[\details]] to an empty sequence.
+ request.[[\details]] to an empty sequence.
shippingOptions
sequence and if any
PaymentShippingOption in the sequence has the
selected
field set to true, then set
id
of the last PaymentShippingOption in the
sequence with selected
set to true.
supportedMethods
sequences from each
PaymentMethodData in the
- request@[[\methodData]] sequence.
+ request.[[\methodData]] sequence.
abort
can only be called after the show method has been called and before the
- request@[[\acceptPromise]] has been resolved. For
+ request.[[\acceptPromise]] has been resolved. For
example, a web page might choose to do this if the goods they are
selling are only available for a limited amount of time. If the user
does not accept the payment request within the allowed time period,
@@ -585,7 +585,7 @@ total.amount.value
is NOT U+002D HYPHEN-MINUS,
then copy total
value to the total
- field of target@[[\details]]
+ field of target.[[\details]]
(total
MUST be a non-negative amount).
details
contains a
@@ -1724,7 +1724,7 @@ details.displayItems
to the
displayItems
field of
- target@[[\details]].
+ target.[[\details]].
details
contains a modifiers
value, then:
@@ -1745,7 +1745,7 @@ modifiers
- field of target@[[\details]].
+ field of target.[[\details]].
shippingOptions
field of
- target@[[\details]].
+ target.[[\details]].
shippingOptions
sequence and if any
PaymentShippingOption in the sequence has the
selected
field set to true, then set
@@ -1795,7 +1795,7 @@ requestShipping
value of
- request@[[\options]] is true, then if the
+ request.[[\options]] is true, then if the
shippingAddress
attribute of request is
null
or if the shippingOption
attribute of
request is null
, then terminate this
@@ -1936,39 +1936,39 @@ requestShipping
value of
- request@[[\options]] is true, then copy the
+ request.[[\options]] is true, then copy the
shippingAddress
attribute of request to the
shippingAddress
attribute of response.
requestShipping
value of
- request@[[\options]] is true, then copy the
+ request.[[\options]] is true, then copy the
shippingOption
attribute of request to the
shippingOption
attribute of response.
requestPayerName
value of
- request@[[\options]] is true, then set the
+ request.[[\options]] is true, then set the
payerName attribute of
response to the payer's name provided by the user.
requestPayerEmail
value of
- request@[[\options]] is true, then set the
+ request.[[\options]] is true, then set the
payerEmail attribute of
response to the payer's email address selected by the
user.
requestPayerPhone
value of
- request@[[\options]] is true, then set the
+ request.[[\options]] is true, then set the
payerPhone
attribute of response to the
payer's phone number selected by the user.
TypeError
, JSON.stringify, and
JSON.parse are defined by [[!ECMA-262-2015]].
- - This document uses the format object@[[\slotname]] to - mean the internal slot [[\slotname]] of the object - object. -
The term JSON-serializable object used in this specification means an object that can be serialized to a string