- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 30 Apr 2018 17:12:22 +0000 (UTC)
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 30 April 2018 17:12:46 UTC
domenic commented on this pull request. > @@ -515,13 +515,15 @@ <h2> Promise<boolean> canMakePayment(); readonly attribute DOMString id; + readonly attribute object? methodDetails; A good test to write will be that `pr.methodDetails === pr.methodDetails`. The spec makes this requirement clear but it's something implementers sometimes miss. -- 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/695#pullrequestreview-116363198
Received on Monday, 30 April 2018 17:12:46 UTC