Re: [w3c/payment-request] Part 1: fine grained error for addresses (#712)

marcoscaceres commented on this pull request.



> +            DOMString postalCodeError;
+            DOMString recipientError;
+            DOMString regionError;
+            DOMString regionCodeError;
+            DOMString sortingCodeError;
+          };
+        </pre>
+        <p>
+          The members of the <a>AddressErrorFields</a> dictionary represent
+          validation errors with specific parts of a <a>physical address</a>.
+          Each dictionary member has a dual function: firstly, it denotes that
+          a particular part of an address is suffering from a validation error.
+          Secondly, the string value allows the developer to describe the
+          validation error (and possibly how the end user can fix the error).
+        </p>
+        <p class="note">

Kept this for completeness... but wonder if we should just ditch this. 🤔

-- 
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/712#pullrequestreview-120946196

Received on Thursday, 17 May 2018 08:47:18 UTC