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

The |total| attribute is currently defined as PaymentItem dictionary but
WebIDL spec says that attributes should not be a dictionary[1].
This change is fixing #175 issue.

[1] https://heycam.github.io/webidl/#idl-dictionaries
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/payment-handler/pull/177

-- Commit Summary --

  * The PaymentRequestEvent.total attribute should be |any| type.

-- File Changes --

    M index.html (10)

-- Patch Links --

https://github.com/w3c/payment-handler/pull/177.patch
https://github.com/w3c/payment-handler/pull/177.diff

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

Received on Sunday, 11 June 2017 14:56:51 UTC