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

`requestId` could be reasonable, although I was thinking something more like

```js
const request = new PaymentRequest(x, {id: "123121"},z);
const response = await request.show();
// stuff happens... 
if (request.id === response.requestId) {

}
```

-- 
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#issuecomment-281888221

Received on Thursday, 23 February 2017 04:21:59 UTC