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