- From: Dave Longley <notifications@github.com>
- Date: Mon, 14 Aug 2017 20:31:07 +0000 (UTC)
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 August 2017 20:31:29 UTC
@rsolomakhin, Note that the `catch` for `show()` won't catch any errors with `fetch`. Add `return ` before `fetch` to make that happen if that's what's intended. Potentially the same problem with `complete` ... not really sure what the exact intent here is. -- 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/issues/576#issuecomment-322300943
Received on Monday, 14 August 2017 20:31:29 UTC