- From: Adrian Hope-Bailie <notifications@github.com>
- Date: Sat, 09 Apr 2016 21:03:19 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
Received on Sunday, 10 April 2016 04:04:12 UTC
> <pre class="idl">
> -dictionary PaymentDetails {
> - sequence<PaymentItem> items;
> - sequence<ShippingOption> shippingOptions;
> +dictionary PaymentMethod {
> + required sequence<DOMString> identifiers;
> + object data;
> };
Could add a `sequence<CurrencyAmount> amount` to solve issue #4
---
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/133/files/38f22264a20bbe3dcaaa3d47036d9c08c07237fc#r59126447
Received on Sunday, 10 April 2016 04:04:12 UTC