- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 09 Jul 2018 09:52:00 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 July 2018 16:52:29 UTC
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