Re: [w3c/payment-request] Feat: adds PaymentItemType enum and PaymentItem.type (#666)

marcoscaceres commented on this pull request.



> +        <dd>
+          A <a>PaymentItemType</a> enum value. A user agent MAY use the value
+          of <a>type</a> to assist in the presentation of <a>PaymentItem</a>s
+          by, for example, visually grouping types together or otherwise
+          distinguishing them from other types (or from items that have no
+          associated type).
+        </dd>
+      </dl>
+    </section>
+    <section data-dfn-for="PaymentItemType">
+      <h2>
+        <dfn>PaymentItemType</dfn> enum
+      </h2>
+      <pre class="idl">
+        enum PaymentItemType {
+          "tax"

I'm not sure we need that default at all. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/pull/666#discussion_r162247825

Received on Thursday, 18 January 2018 04:33:32 UTC