Re: [w3c/browser-payment-api] Constructor should not include "total" in list of items (#18)

There is a PR #111 which deals with this but also another issue (#15) which has a proposal to change the whole shape of the constructor parameters.

## Proposal

In support of the proposal in #15 create a new `amount` member on `PaymentDetails` which holds the requested amount. This should be a sequence of `CurrencyAmount` objects which would address #3.

We could optionally support having an `amount` member for each `PaymentMethod` which would address #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/issues/18#issuecomment-207094614

Received on Thursday, 7 April 2016 21:28:13 UTC