Re: [w3c/browser-payment-api] feat: put request id in details dictionary (#426)

marcoscaceres commented on this pull request.



> @@ -1033,6 +1062,17 @@
       </p>
       <dl>
         <dt>
+          <dfn>id</dfn>
+        </dt>
+        <dd>
+          <a>id</a> is a free-form identifier for this payment request.
+          <p class="note">
+            If a <a>id</a> member is not present, then the UA will generate a
+            unique identifier for the payment request during <a data-lt=
+            "PaymentRequest.PaymentRequest()">construction</a>.

Yep, I've got a patch to fix that in ReSpec. I'll try to land that soon. 

-- 
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/browser-payment-api/pull/426#discussion_r103152115

Received on Monday, 27 February 2017 16:20:10 UTC