- From: Ade Bateman <notifications@github.com>
- Date: Thu, 09 Jun 2016 12:18:31 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc:
Received on Thursday, 9 June 2016 19:19:24 UTC
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