- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 09 Jul 2018 19:59:21 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 July 2018 02:59:45 UTC
marcoscaceres commented on this pull request. > + <a data-lt="PaymentResponse.payerAddress">payerAddress</a> attribute + value of <var>response</var> to null. Otherwise: + <ol> + <li>Let <var>redactList</var> be the empty <a>list</a>. + </li> + <li>Let <var>payerAddress</var> be the result of <a>create a + <code>PaymentAddress</code> from user-provided input</a> with + <var>redactList</var>. + </li> + <li>Set the <a data-lt= + "PaymentResponse.payerAddress">payerAddress</a> attribute value + of <var>response</var> to <var>payerAddress</var>. + </li> + <li>Set the <a data-lt= + "PaymentRequest.payerAddress">payerAddress</a> attribute value of + <var>request</var> to <var>payerAddress</var>. Will make sure to test that. -- 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/749#discussion_r201205194
Received on Tuesday, 10 July 2018 02:59:45 UTC