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

romandev commented 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;

Done! Thanks.

-- 
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#discussion_r121474721

Received on Monday, 12 June 2017 17:26:05 UTC