From 6a22d28269037b01bc6eb1235a067f281efd2496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Tue, 1 May 2018 18:20:42 +1000 Subject: [PATCH] Editorial: devs verify total (closes #702) --- index.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index c9da5240..38663667 100644 --- a/index.html +++ b/index.html @@ -1582,9 +1582,10 @@

A sequence of PaymentItem dictionaries contains line items for the payment request that the user agent MAY display.
@@ -1787,10 +1788,10 @@

reason for the different total amount for the selected payment method that the user agent MAY display.

- It is the developer's responsibility to verify that the - total amount is the sum of the displayItems and the - additionalDisplayItems. + It is the developer's responsibility, when generating or updating a + PaymentRequest, to verify that the total amount is the sum of these + items.