- From: Terence Eden <notifications@github.com>
- Date: Mon, 18 Sep 2017 09:56:40 +0000 (UTC)
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 September 2017 09:57:02 UTC
"2.2 The details argument" shows
displayItems: [
{
label: "Sub-total",
amount: { currency: "USD", value: "55.00" },
},
{
label: "Sales Tax",
amount: { currency: "USD", value: "5.00" },
},
],
total: {
label: "Total due",
amount: { currency: "USD", value: "65.00" },
https://github.com/w3c/payment-request/blob/gh-pages/index.html#L288
If my mathematic reasoning is correct, 55+5=60. Or have I misunderstood what the code is trying to say?
--
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/payment-request/issues/622
Received on Monday, 18 September 2017 09:57:02 UTC