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

marcoscaceres commented on 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;

Gonna go through the spec after all these parts land and put things in order. Right now just want to get things tested and implemented. 

-- 
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#discussion_r201100241

Received on Monday, 9 July 2018 18:20:31 UTC