- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 17 May 2018 01:50:32 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 17 May 2018 08:50:54 UTC
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"> Clarified what "this" was above. -- 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#discussion_r188882337
Received on Thursday, 17 May 2018 08:50:54 UTC