diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index 6a46ec7e..63e39be7 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -389,10 +389,6 @@
details
does not contain a sequence of items
with length greater
- than zero, then throw a TypeError
.
- PaymentMethodData
in methodData
, if the data
field
is supplied but is not a JSON-serializable object, then throw a TypeError
.
@@ -683,11 +679,6 @@ items
sequence should special-case the last
- item in the sequence to represent the total.
- PaymentDetails
dictionary, then:
details
contains an items
value, then copy
- this value to the items
field of target@[[\details]].
+ If details
contains a total
value, then copy
+ this value to the total
field of target@[[\details]].
+ details
contains a displayItems
value, then copy
+ this value to the displayItems
field of target@[[\details]].
details
contains a shippingOptions
sequence, then