Re: [w3c/payment-request] Lessdata (#955)

@danyao commented on this pull request.

LGTM!

> @@ -353,40 +309,12 @@ <h3>
             total: {

Maybe this example can be made more clear by adding a new display item for shipping? e.g.
```
displayItems: [
  { // sub-total },
  { // tax },
  {
    label: "Standard shipping",
    amount: { currency: "GBP", value: "5.00" },
  },
]
```

-- 
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/pull/955#pullrequestreview-642319232

Received on Thursday, 22 April 2021 15:23:38 UTC