- From: Jinho Bang <notifications@github.com>
- Date: Sun, 11 Jun 2017 07:55:25 -0700
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 11 June 2017 14:56:51 UTC
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