- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 13 Mar 2018 22:43:49 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 March 2018 05:44:14 UTC
marcoscaceres commented on this pull request. > + <p> + For merchants, the resulting <a>PaymentAddress</a> object + provides enough information to, for example, calculate + shipping costs, but, in most cases, not enough information to + physically locate and uniquely identify the recipient. + </p> + <p> + Unfortunately, even with the <var>redactList</var>, recipient + anonymity is cannot be assured. This is because in some + countries postal codes are so fine-grained that they can + uniquely identify a recipient. + </p> + </div> + <li>Let <var>redactList</var> be the empty list. Optionally, + append the following items to <var>redactList</var>: « + "organization", "phone", "recipient", "addressLine" ». > I still can't tell what this step is saying. Is it saying redactList must be either the empty list or this list? If so, please say Optionally, set redactList to « "organization", "phone", "recipient", "addressLine" ». Yep, this one. Sorry for not being clear. -- 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_r174357727
Received on Wednesday, 14 March 2018 05:44:14 UTC