- From: Jinho Bang <notifications@github.com>
- Date: Thu, 06 Jul 2017 15:24:43 +0000 (UTC)
- To: w3c/payment-handler <payment-handler@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 6 July 2017 15:25:35 UTC
romandev commented on this pull request. > + </section> + <section data-dfn-for="CanMakePaymentEventInit"> + <h2> + <dfn>CanMakePaymentEventInit</dfn> dictionary + </h2> + <pre class="idl"> + dictionary CanMakePaymentEventInit : ExtendableEventInit { + USVString topLevelOrigin; + USVString paymentRequestOrigin; + sequence<PaymentMethodData> methodData; + sequence<PaymentDetailsModifier> modifiers; + }; + </pre> + <p> + The <dfn>topLevelOrigin</dfn>, <dfn>paymentRequestOrigin</dfn>, + <dfn>methodData</dfn>, <dfn>total</dfn>, and <dfn>modifiers</dfn> nit: You missed this line. (Please remove |total|) :P -- 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/170#pullrequestreview-48120554
Received on Thursday, 6 July 2017 15:25:35 UTC