aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.ts2
1 files changed, 1 insertions, 1 deletions
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) {