Re: [w3c/browser-payment-api] Separate total from line items. (#158)

+1 to merge as it improves the spec. Why a PaymentItem instead of a CurrencyAmount? Does that mean that someone could do this:

```javascript
details.total.label = "Grand Total";
```

and expect "Grand Total" to show up on the UI?

---
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/158#issuecomment-215272340

Received on Thursday, 28 April 2016 00:29:08 UTC