From 485f7d3603bb3c9f563cf6c5fdaabdf474e9c4d5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 25 May 2023 18:23:47 +0200 Subject: -fix method --- packages/taler-wallet-core/src/operations/pay-merchant.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-wallet-core/src/operations/pay-merchant.ts') diff --git a/packages/taler-wallet-core/src/operations/pay-merchant.ts b/packages/taler-wallet-core/src/operations/pay-merchant.ts index 4473b0be6..854202b6a 100644 --- a/packages/taler-wallet-core/src/operations/pay-merchant.ts +++ b/packages/taler-wallet-core/src/operations/pay-merchant.ts @@ -374,6 +374,7 @@ async function processDownloadProposal( }); const httpResponse = await ws.http.fetch(orderClaimUrl, { + method: "POST", body: requestBody, timeout: getProposalRequestTimeout(retryRecord?.retryInfo), }); -- cgit v1.2.3