From 1344404be0a998dca81829147058c92c187454ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Automat=20af=20Gr=C3=A4nssnitt?= Date: Thu, 20 Sep 2018 06:10:55 +0000 Subject: [PATCH] Update interfaces/payment-request.idl Source: https://github.com/tidoust/reffy-reports/blob/d22394f/whatwg/idl/payment-request.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/430876511 --- interfaces/payment-request.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interfaces/payment-request.idl b/interfaces/payment-request.idl index e3afbd47db3b4d..d930b57291e530 100644 --- a/interfaces/payment-request.idl +++ b/interfaces/payment-request.idl @@ -49,6 +49,8 @@ dictionary PaymentDetailsUpdate : PaymentDetailsBase { DOMString error; PaymentItem total; AddressErrors shippingAddressErrors; + PayerErrorFields payerErrors; + object paymentMethodErrors; }; dictionary PaymentDetailsModifier {