diff --git a/index.html b/index.html
index f9bb0dda..48a2daec 100644
--- a/index.html
+++ b/index.html
@@ -678,15 +678,20 @@
Return acceptPromise and perform the remaining steps
in parallel.
- For each paymentMethod in
+ For each paymentMethod tuple in
request.[[\serializedMethodData]]:
+ - Let identifiers be the first element in the
+ paymentMethod tuple.
+
+ - Let data be the second element in
+ paymentMethod tuple.
+
- Determine which payment handlers support any of the
- payment method identifiers given by the first element of
- the paymentMethod tuple. For each resulting payment
- handler, if payment method specific capabilities supplied by the
- payment handler match those provided by the second element of the
- tuple, the payment handler matches.
+ payment method identifiers given identifiers.
+ For each resulting payment handler, if payment method specific
+ capabilities supplied by the payment handler match those provided
+ by data, the payment handler matches.