- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 20 May 2024 15:15:20 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 20 May 2024 22:15:24 UTC
@marcoscaceres commented on this pull request. > + dictionary AddressErrors { + DOMString addressLine; + DOMString city; + DOMString country; + DOMString dependentLocality; + DOMString organization; + DOMString phone; + DOMString postalCode; + DOMString recipient; + DOMString region; + DOMString sortingCode; + }; + </pre> + <p> + The members of the {{AddressErrors}} dictionary represent validation + errors with specific parts of a <a>physical address</a>. Each ```suggestion errors with specific parts of a [=physical address=]. Each ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-request/pull/996#pullrequestreview-2067129931 You are receiving this because you are subscribed to this thread. Message ID: <w3c/payment-request/pull/996/review/2067129931@github.com>
Received on Monday, 20 May 2024 22:15:24 UTC