Re: [w3c/payment-handler] Add userHint to PaymentManager (#206)

Chrome does not plan to display individual payment instruments. We plan to display only the payment app name, e.g.:

`BobPay                                  [PAY]`

It would be useful for the user to see some kind of hint about the state of the payment app, which cannot be expressed in the payment app title, which is statically pulled from the web app manifest. For example, a browser may display this hint like so:

`BobPay (Visa **** 1234) [PAY]`

This hint does not have to be one of the instruments. It can be the logged in username, for example:

`BobPay (user@example.com) [PAY]`

-- 
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-handler/pull/206#issuecomment-324996875

Received on Friday, 25 August 2017 18:08:49 UTC