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

rsolomakhin 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;

@marcoscaceres: The UA does not have the raw instrument data (i.e., card number), only its name, icon, and capabilities. Therefore, it's not possible for UA to mask the raw instrument data. Masking the name would seem strange.

-- 
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_r174463938

Received on Wednesday, 14 March 2018 13:48:24 UTC