Re: [w3c/payment-handler] The PaymentRequestEvent.total attribute should be |any| type. (#177)

rsolomakhin requested changes on this pull request.



> @@ -1314,7 +1314,7 @@
           readonly attribute USVString paymentRequestOrigin;
           readonly attribute DOMString paymentRequestId;
           readonly attribute FrozenArray<PaymentMethodData> methodData;
-          readonly attribute PaymentItem total;
+          readonly attribute any total;

Can we use `object` type to match `data` attribute in `PaymentMethodData`?

https://w3c.github.io/browser-payment-api/#paymentmethoddata-dictionary

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-handler/pull/177#pullrequestreview-43442277

Received on Monday, 12 June 2017 16:28:02 UTC