- From: Ben Tian <notifications@github.com>
- Date: Thu, 23 Feb 2017 00:06:44 -0800
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 23 February 2017 08:07:23 UTC
bentian commented on this pull request. > @@ -1102,21 +1086,68 @@ modifiers for particular payment method identifiers. For example, it allows you to adjust the total amount based on payment method. </dd> + </dl> + </section> + <section data-dfn-for="PaymentDetailsInit" data-link-for= + "PaymentDetailsInit"> + <h2> + <dfn>PaymentDetailsInit</dfn> dictionary + </h2> + <pre class="idl"> + dictionary PaymentDetailsInit : PaymentDetailsBase { + required PaymentItem total; Gecko hits [name duplication error](http://searchfox.org/mozilla-central/source/dom/bindings/parser/WebIDL.py#1867) while parsing member `total`. Not sure whether to revise WebIDL or adapt gecko to it. -- 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/browser-payment-api/pull/425#pullrequestreview-23417437
Received on Thursday, 23 February 2017 08:07:23 UTC