Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: devs verify total #703

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 8 additions & 7 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 Expand Up @@ -1787,10 +1788,10 @@ <h2>
reason for the different <a>total</a> amount for the selected
<a>payment method</a> that the user agent MAY display.
<p class="note">
It is the developer's responsibility to verify that the
<a>total</a> amount is the sum of the <a data-lt=
"PaymentDetailsBase.displayItems">displayItems</a> and the
<a>additionalDisplayItems</a>.
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.
</p>
</dd>
<dt>
Expand Down