aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay-merchant.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-05-25 18:23:47 +0200
committerFlorian Dold <florian@dold.me>2023-05-25 18:23:47 +0200
commit485f7d3603bb3c9f563cf6c5fdaabdf474e9c4d5 (patch)
tree561222907e889f7d2dbaba59f1e8c7ca747eab97 /packages/taler-wallet-core/src/operations/pay-merchant.ts
parenta4112bae9edd509ea66984b950c23fcbfedb66fb (diff)
downloadwallet-core-485f7d3603bb3c9f563cf6c5fdaabdf474e9c4d5.tar.xz
-fix method
Diffstat (limited to 'packages/taler-wallet-core/src/operations/pay-merchant.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/pay-merchant.ts1
1 files changed, 1 insertions, 0 deletions
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),
});