Re: [w3c/payment-request] Add quantity prop to items (#861)

Got it.
Although, I do believe users see that "modal" as the last step to finish the payment process and that it is their last chance to verify everything is ok. If you have an e-commerce and users can buy many different products in different quantities, this could be of use.

Besides, that is the information people would see in the receipt.
It does not help much to see in the checkout page something like:

```
3x t-shirt for $30 = $90
2x mug for $15 = 30$
1x cap for $20 = $20
total = $140,00
```

and then, when selecting the credit card to actually pay for it, see:
```
t-shirt for $90
mug for $30
cap for $20
total = $140,00
```
You get my point? Even though the total is the same, it feels like there is a divergency.

But with that said. I do believe you have thought and discussed it through and, if this is the decision you all believe is the best practice, I will go along. Thanks.

-- 
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/861#issuecomment-497107058

Received on Wednesday, 29 May 2019 21:00:15 UTC