Re: [w3c/payment-handler] Add CanMakePaymentEvent. (#170)

marcoscaceres commented on this pull request.



> @@ -368,7 +373,7 @@ <h2>
       interface PaymentManager {
         [SameObject] readonly attribute PaymentInstruments instruments;
         [Exposed=Window] static Promise&lt;PermissionState&gt; 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

Received on Wednesday, 14 March 2018 05:30:43 UTC