Re: [w3c/webpayments-payment-apps-api] Respec fixes (#126)

marcoscaceres commented on this pull request.



>            Promise<PaymentInstrument> get(DOMString instrumentKey);
           Promise<sequence<DOMString>>  keys();
-          Promise<boolean>              has(DOMString instrumentKey);
-          Promise<void>                 set(DOMString instrumentKey,
-                                              PaymentInstrument details);
+          Promise<boolean>           has(DOMString instrumentKey);
+          Promise<void>              set(DOMString instrumentKey, PaymentInstrument details);

Added https://github.com/w3c/webpayments-payment-apps-api/issues/129

-- 
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/webpayments-payment-apps-api/pull/126#discussion_r111297537

Received on Thursday, 13 April 2017 01:57:59 UTC