- From: Marcos Cáceres <notifications@github.com>
- Date: Fri, 01 Dec 2017 01:56:54 +0000 (UTC)
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 1 December 2017 01:57:17 UTC
marcoscaceres commented on this pull request. > + "!INFRA#ascii-uppercase">ASCII uppercasing</a> + <var>details</var>["<a>country</a>"]. + </li> + <li>If <var>country</var> is not a valid [[!ISO3166]] alpha-2 + code, throw a <a>RangeError</a>. + </li> + </ol> + </li> + <li>If <var>details</var>["<a>addressLine</a>"] is present: + <ol> + <li>Push each item of <var>details</var>["<a>addressLine</a>"] + in order into <var>address</var>.<a>[[\addressLine]]</a>. + </li> + </ol> + </li> + <li>Freeze <var>details</var>["<a>addressLine</a>"]. ah, yeah. Makes sense. -- 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/654#discussion_r154252212
Received on Friday, 1 December 2017 01:57:17 UTC