- From: Stephen McGruer <notifications@github.com>
- Date: Mon, 27 Mar 2023 12:53:28 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 March 2023 19:53:40 UTC
Hi @asma1402 . Can you clarify the exact ordering of calls here? At first you say (emphasis mine): > **After** i receive show() response, and before i call the complete methode, I use navigator.credentials.get() But then you say: > if the user takes it's time before he gives his fingerprint or any other webauth credentials, i get this error : ... Failed to execute 'show' on 'PaymentRequest' The latter quote sounds like you are calling `navigator.credentials.get()` *first*, before calling `PaymentRequest.show()`. Are you able to post a code snippet showing what your code looks like? (Or even better, a reproduction website!) -- Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-request/issues/1002#issuecomment-1485773589 You are receiving this because you are subscribed to this thread. Message ID: <w3c/payment-request/issues/1002/1485773589@github.com>
Received on Monday, 27 March 2023 19:53:40 UTC