[w3c/payment-request] Documentation error? 55 + 5 = 65 (#622)

"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