Re: [w3c/browser-payment-api] Merged PaymentRequest params and tweaked to address some issues (#133)

>        <pre class="idl">
> -dictionary PaymentDetails {
> -  sequence&lt;PaymentItem&gt; items;
> -  sequence&lt;ShippingOption&gt; shippingOptions;
> +dictionary PaymentMethod {
> +  required sequence&lt;DOMString&gt; 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