gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: missing m fixes #8126


From: gnunet
Subject: [taler-wallet-core] branch master updated: missing m fixes #8126
Date: Mon, 29 Jan 2024 19:49:01 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 57d988cf4 missing m fixes #8126
57d988cf4 is described below

commit 57d988cf4ceffb51e8936bd36eed4aefcdc2d2dc
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jan 29 15:48:47 2024 -0300

    missing m fixes #8126
---
 packages/merchant-backend-ui/src/pages/RequestPayment.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/merchant-backend-ui/src/pages/RequestPayment.tsx 
b/packages/merchant-backend-ui/src/pages/RequestPayment.tsx
index 86c7e6f60..dfdc372c5 100644
--- a/packages/merchant-backend-ui/src/pages/RequestPayment.tsx
+++ b/packages/merchant-backend-ui/src/pages/RequestPayment.tsx
@@ -81,7 +81,7 @@ export function RequestPayment({
     } catch (e) {
       return;
     }
-    checkUrl.searchParams.set("timeout_s", longpollDelayMs.toString());
+    checkUrl.searchParams.set("timeout_ms", longpollDelayMs.toString());
     const delayMs = 500;
     function check() {
       let retried = false;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]