- From: Rouslan Solomakhin <notifications@github.com>
- Date: Mon, 12 Jun 2017 09:27:04 -0700
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 12 June 2017 16:28:02 UTC
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