Skip to content

Commit

Permalink
privacy: dont share line items
Browse files Browse the repository at this point in the history
 * closes #477, #626, #628
  • Loading branch information
marcoscaceres committed Jan 22, 2018
1 parent 9d3b14e commit 2ab9cec
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Expand Up @@ -1508,9 +1508,7 @@ <h2>
</dt>
<dd>
A sequence of <a>PaymentItem</a> dictionaries contains line items
for the payment request that the <a>user agent</a> MAY display. For
example, it might include details of products or breakdown of tax
and shipping. It is optional to provide this information.
for the payment request that the <a>user agent</a> MAY display.
<aside class="note">
It is the developer's responsibility to verify that the
<a data-lt="PaymentDetailsInit.total">total</a> amount is the sum
Expand Down Expand Up @@ -3345,6 +3343,11 @@ <h2>
The <a>user agent</a> MUST NOT share information about the user with
a developer (e.g., the shipping address) without user consent.
</p>
<p>
The <a>user agent</a> MUST NOT share the values of the
<a>displayItems</a> member or <a>additionalDisplayItems</a> member
with a third-party <a>payment handler</a> without user consent.
</p>
</section>
<section>
<h2>
Expand Down

0 comments on commit 2ab9cec

Please sign in to comment.