diff --git a/index.html b/index.html index 0323287..1342ca5 100644 --- a/index.html +++ b/index.html @@ -1314,7 +1314,7 @@

readonly attribute USVString paymentRequestOrigin; readonly attribute DOMString paymentRequestId; readonly attribute FrozenArray<PaymentMethodData> methodData; - readonly attribute PaymentItem total; + readonly attribute object total; readonly attribute FrozenArray<PaymentDetailsModifier> modifiers; readonly attribute DOMString instrumentKey; Promise<WindowClient> openWindow(USVString url); @@ -1380,9 +1380,11 @@

This attribute indicates the total amount being requested for - payment. It is initialized with a structured clone of the - total field of the PaymentDetailsInit provided when - the corresponding PaymentRequest object was instantiated. + payment. It is of type PaymentItem dictionary as defined in + [[payment-request]], and initialized with a structured clone + of the total field of the PaymentDetailsInit provided + when the corresponding PaymentRequest object was + instantiated.