Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove id attribute from PaymentItem #160

Merged
merged 1 commit into from
Apr 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions specs/paymentrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,6 @@ <h2>PaymentOptions dictionary</h2>
<h2>PaymentItem dictionary</h2>
<pre class="idl">
dictionary PaymentItem {
required DOMString id;
required DOMString label;
required CurrencyAmount amount;
};
Expand All @@ -724,9 +723,6 @@ <h2>PaymentItem dictionary</h2>
The following fields MUST be included in a <code>PaymentItem</code> for it to be valid:
</p>
<dl>
<dt><code>id</code></dt>
<dd>This is a string identifier used to reference this <code>PaymentItem</code>. It MUST be
unique for a given <a><code>PaymentRequest</code></a>.</dd>
<dt><code>label</code></dt>
<dd>This is a human-readable description of the item. The <a>user agent</a> may display
this to the user.</dd>
Expand Down