diff --git a/index.html b/index.html index 42fbbc3..dc40288 100644 --- a/index.html +++ b/index.html @@ -108,7 +108,7 @@ links below). All comments are welcome.
- +@@ -118,21 +118,21 @@
The Web Payments Working Group is also investigating payment methods that offer greater security (e.g., through tokenization).
- This specification relies on several other underlying specifications. -
-+ This specification relies on several other underlying specifications. +
+This section describes payment method specific data that is supplied as part of the data
argument to the PaymentRequest constructor.
The validate payment method data algorithm for the Basic Card payment method is to convert the ECMAScript object represented by the given data to a BasicCardRequest dictionary. This will throw an appropriate exception if the given data is not in the correct format.
+@@ -196,7 +198,7 @@BasicCardResponse
DOMString expiryMonth; DOMString expiryYear; DOMString cardSecurityCode; - + PaymentAddress? billingAddress; };