- From: rvm4 <notifications@github.com>
- Date: Thu, 09 Feb 2017 13:22:50 -0800
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 February 2017 21:23:42 UTC
rvm4 commented on this pull request.
> @@ -206,8 +206,12 @@
<dfn>PaymentRequest</dfn> interface
</h2>
<pre class="idl">
- [Constructor(sequence<PaymentMethodData> methodData, PaymentDetails details, optional PaymentOptions options),
- SecureContext]
+ [Constructor(
+ optional DOMString paymentRequestID,
I'm not a fan of putting it in PaymentDetails or PaymentOptions because it relegates the field to be second class.
--
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/413
Received on Thursday, 9 February 2017 21:23:42 UTC