Skip to content

Commit

Permalink
Add issue markers for w3c#19 and w3c#112
Browse files Browse the repository at this point in the history
Issue markers for extensibility of the tran type list and the
discussion on the initial list
  • Loading branch information
adrianhopebailie committed Apr 1, 2016
1 parent e349750 commit 9a81568
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion specs/paymentrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ <h2>PaymentOptions dictionary</h2>

<section>
<h2>Transaction Types</h2>

<pre class="idl">

enum TransactionType {
Expand All @@ -700,11 +701,15 @@ <h2>Transaction Types</h2>
"repeat-credit"
};
</pre>
<div class="issue" title="Should the set of transaction types be fixed?">
<div class="issue" data-number="112" title="Should the set of transaction types be fixed?">
Defining a fixed list will allow <a>user agents</a> to manage the user interface for each transaction type
appropriately however it is possible that new payment methods may wish to define new types that are not
currently widely known.
</div>
<div class="issue" data-number="19" title="What is the appropriate set of payment method agnostic transaction types?">
There is currently a discussion around the approriate set of transaction types that should be defined in this
specification. This list is just the initial proposal.
</div>
<p>
The <code>type</code> attribute of a <code>PaymentItem</code> provides hints to the <a>user agent</a>
and <a>payment app</a> about how to display and process the request.
Expand Down

0 comments on commit 9a81568

Please sign in to comment.