[w3c/browser-payment-api] Should PaymentResponse include totalAmount and if so must it be one of the supplied totals (#215)

PR #211 introduced the idea of including the `totalAmount` in the `PaymentResponse`. The idea is that since different totals can be provided using `PaymentDetails.total` and `PaymentDetailsModifier.total` then the user agent should include which one was chosen in the response.

There was some discussion of this on the telcon today.

I think there are three options to consider:

1. Leave the spec as is; or
2. Remove `totalAmount` from `PaymentResponse`; or
3. Leave `totalAmount` but remove the text that requires that the value be one of the provided totals.

My preference is (1) or (2). I don't mind which.

---
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/215

Received on Thursday, 9 June 2016 19:19:24 UTC