Bug 1523562 [wpt PR 15066] - Update interfaces/payment-request.idl, a=testonly

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

Source: https://github.com/tidoust/reffy-reports/blob/2520482/whatwg/idl/payment-request.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/484239405
--

wpt-commits: 619a2a3fe6da7e39626745924c04b178c138a63d
wpt-pr: 15066
This commit is contained in:
autofoolip 2019-02-01 11:39:25 +00:00 коммит произвёл James Graham
Родитель 5a0cb37850
Коммит d7fafe8b5e
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -92,7 +92,6 @@ interface PaymentAddress {
readonly attribute DOMString postalCode;
readonly attribute DOMString recipient;
readonly attribute DOMString region;
readonly attribute DOMString regionCode;
readonly attribute DOMString sortingCode;
readonly attribute FrozenArray<DOMString> addressLine;
};
@ -101,7 +100,6 @@ dictionary AddressInit {
DOMString country;
sequence<DOMString> addressLine;
DOMString region;
DOMString regionCode;
DOMString city;
DOMString dependentLocality;
DOMString postalCode;
@ -121,7 +119,6 @@ dictionary AddressErrors {
DOMString postalCode;
DOMString recipient;
DOMString region;
DOMString regionCode;
DOMString sortingCode;
};