Bug 1598501 [wpt PR 20380] - Update interfaces/payment-handler.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/payment-handler.idl (#20380)

Source: https://github.com/tidoust/reffy-reports/blob/fea9670/ed/idl/payment-handler.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/615198653
--

wpt-commits: 71a13aee05eda0555b9a37231e0fd572965f6234
wpt-pr: 20380
This commit is contained in:
autofoolip 2019-11-26 11:30:11 +00:00 коммит произвёл moz-wptsync-bot
Родитель 8f4c31f736
Коммит ee08c575a5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@ enum PaymentDelegation {
interface PaymentInstruments {
Promise<boolean> delete(DOMString instrumentKey);
Promise<any> get(DOMString instrumentKey);
Promise<sequence<DOMString>> keys();
Promise<sequence<DOMString>> keys();
Promise<boolean> has(DOMString instrumentKey);
Promise<void> set(DOMString instrumentKey, PaymentInstrument details);
Promise<void> clear();