Re: [w3c/payment-request] Drop prefixes, suffixes from error field members (#745)

domenic approved this pull request.



> @@ -2795,18 +2795,18 @@ <h2>
         </h2>
         <pre class="idl">
           dictionary AddressErrorFields {
-            DOMString addressLineError;
-            DOMString cityError;
-            DOMString countryError;
-            DOMString dependentLocalityError;
-            DOMString languageCodeError;
-            DOMString organizationError;
-            DOMString phoneError;
-            DOMString postalCodeError;
-            DOMString recipientError;
-            DOMString regionError;
-            DOMString regionCodeError;
-            DOMString sortingCodeError;
+            DOMString addressLine;

Unimportant nit: the order here is different than for AddressInit, which is itself different from PaymentAddress. *shrug*

-- 
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/payment-request/pull/745#pullrequestreview-135503610

Received on Monday, 9 July 2018 16:52:29 UTC