Skip to content

Commit

Permalink
Editorial: devs verify total (closes #702)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed May 1, 2018
1 parent dbcbe9e commit d6cbb90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1582,9 +1582,10 @@ <h2>
A sequence of <a>PaymentItem</a> dictionaries contains line items
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
of these items.
It is the developer's responsibility, when generating or updating
a <a>PaymentRequest</a>, to verify that the <a data-lt=
"PaymentDetailsInit.total">total</a> amount is the sum of these
items.
</aside>
</dd>
<dt>
Expand Down

0 comments on commit d6cbb90

Please sign in to comment.