diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index 32f625a6..b7371afe 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -711,7 +711,6 @@

PaymentOptions dictionary

PaymentItem dictionary

         dictionary PaymentItem {
-          required DOMString id;
           required DOMString label;
           required CurrencyAmount amount;
         };
@@ -724,9 +723,6 @@ 

PaymentItem dictionary

The following fields MUST be included in a PaymentItem for it to be valid:

-
id
-
This is a string identifier used to reference this PaymentItem. It MUST be - unique for a given PaymentRequest.
label
This is a human-readable description of the item. The user agent may display this to the user.