- From: Matt N. <notifications@github.com>
- Date: Tue, 27 Jun 2017 23:21:56 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 June 2017 06:22:28 UTC
mnoorenberghe commented on this pull request.
> PaymentItem total;
sequence<PaymentItem> additionalDisplayItems;
object data;
};
</pre>
<p>
The <a>PaymentDetailsModifier</a> dictionary provides details that
- modify the <a>PaymentDetailsBase</a> based on <a>payment method
- identifier</a>. It contains the following fields:
+ modify the <a>PaymentDetailsBase</a> based on a <a>payment method
+ identifier</a>. It contains the following members:
</p>
<dl>
<dt>
<dfn>supportedMethods</dfn>
> Should this be renamed to supportedMethod, now that it only takes a single payment method identifier?
This already threw me off when just looking at the spec. The plural name with a string type is confusing… I was wondering how we're serializing a list into a string (which would be unusual given we could use an array)… Was an implementer not willing to change 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/551#discussion_r124460138
Received on Wednesday, 28 June 2017 06:22:28 UTC