From de9dea067d3aada18df8af5009c665905f931310 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 10 Jan 2024 22:47:41 +0100 Subject: 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) { -- cgit v1.2.3