- From: Simon Pieters <notifications@github.com>
- Date: Mon, 19 Jun 2017 22:38:25 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 June 2017 05:39:00 UTC
zcorpan 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> OK. So `["basic-card"]` would still work as it's casted to a DOMString "basic-card". An array with more than one value would concatenate with a comma, and likely (but not impossibly, as URLs can have commas) end up with an unsupported payment identifier. Is this intentional? Changing the name would be more of a clean slate, but I suppose risks ending up having to support both. -- 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_r122884629
Received on Tuesday, 20 June 2017 05:39:00 UTC