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

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

Hi Marcos,

We also heard from payment handler people that users might have the ability to label instruments themselves to help improve recognition. For example, "Business Account" or "Trust account". 

Therefore, by design this was intentionally open to a variety of strings.

Ian

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

Received on Wednesday, 14 March 2018 13:40:36 UTC