marcoscaceres commented on this pull request.
> @@ -368,7 +373,7 @@ <h2>
interface PaymentManager {
[SameObject] readonly attribute PaymentInstruments instruments;
[Exposed=Window] static Promise<PermissionState> requestPermission();
- attribute DOMString userHint;
+ attribute DOMString userHint;
> Do you have anything better in mind?
Was thinking, if you know the instrument type (e.g., this is an ISO-7812 conforming card number), the UA can mask it as it would normally for credit cards.
For other types, I'm not sure... but maybe there are conventions already.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-handler/pull/170#discussion_r174356313