diff --git a/index.html b/index.html index 243571cd..4936663a 100644 --- a/index.html +++ b/index.html @@ -346,21 +346,6 @@
paymentRequestID
was not provided during construction, generate a paymentRequestID
.
details
contains a value for error
,
- then throw a TypeError.
- sequence
<PaymentShippingOption>.
total.amount.value
is U+002D HYPHEN-MINUS, then
- throw a TypeError; optionally informing the developer that
- the value can't be non-negative amount.
+ sequence
<PaymentDetailsModifier>.
+ Set request.[[\methodData]] to @@ -456,30 +571,28 @@
options.requestShipping
is set to true, then set
- the value of the If options.requestShipping is set to true,
+ then set the value of the shippingType attribute on
- request to options.shippingType
. If
- options.shippingType
is not a valid
- PaymentShippingType value then set the shippingType attribute on
- request to "shipping"
.
+ request to options.shippingType. If
+ options.shippingType is not a valid
+ PaymentShippingType value then set the value of the
+ shippingType attribute
+ on request to "shipping
".
details.shippingOptions
sequence contains
- multiple PaymentShippingOption objects that have the same
- id
, then set the shippingOptions field of
- request.[[\details]] to an empty sequence.
- shippingOptions
sequence and if any
- PaymentShippingOption in the sequence has the
- selected
field set to true, then set shippingOption to the
- id
of the last PaymentShippingOption in the
- sequence with selected
set to true.
-