diff --git a/index.html b/index.html
index f9bb0dda..ca0bbe57 100644
--- a/index.html
+++ b/index.html
@@ -388,13 +388,13 @@
Let serializedData be the result of
+ If the data
+ member of paymentMethod is missing, let
+ serializedData be null. Otherwise, let
+ serializedData be the result of
JSON-serializing
paymentMethod.data
- into a string, if the data member of
- paymentMethod is present, or null if it is not.
- Rethrow any exceptions.
+ into a string. Rethrow any exceptions.
Add the tuple (paymentMethod.supportedMethods,
@@ -539,12 +539,14 @@
- Let serializedData be the result of
+ If the data member of
+ modifier is missing, let
+ serializedData be null. Otherwise, let
+ serializedData be the result of
JSON-serializing modifier.data into a string, if
- the data
- member of modifier is present, or null if it
- is not. Rethrow any exceptions.
+ "PaymentDetailsModifier.data">data into a string.
+ Rethrow any exceptions.
Add serializedData to
serializedModifierData.