From 41f8151a0d8c30398bf3437db2a917a254ba413a Mon Sep 17 00:00:00 2001
From: Ade Bateman PaymentRequest constructor
have a legitimate reason to request payment.
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