gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: wallet-core: fix wrong request method (typo!)


From: gnunet
Subject: [taler-wallet-core] 01/02: wallet-core: fix wrong request method (typo!)
Date: Wed, 10 Jan 2024 22:48:09 +0100

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

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

commit de9dea067d3aada18df8af5009c665905f931310
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jan 10 22:47:41 2024 +0100

    wallet-core: fix wrong request method (typo!)
---
 packages/taler-wallet-core/src/operations/withdraw.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts 
b/packages/taler-wallet-core/src/operations/withdraw.ts
index 0817be472..d02cf0597 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -1001,7 +1001,7 @@ async function processPlanchetExchangeBatchRequest(
 
   try {
     const resp = await ws.http.fetch(reqUrl, {
-      method: "PATCH",
+      method: "POST",
       body: batchReq,
     });
     if (resp.status === HttpStatusCode.UnavailableForLegalReasons) {

-- 
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]