aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/exchanges.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-06-11 16:39:09 +0200
committerFlorian Dold <florian@dold.me>2024-06-11 16:39:09 +0200
commitce89223b51e71dae83d00fa93a0ab1c09b3c190a (patch)
tree7e8b47d84cdc7454f237e610e6253e9ad63dfc84 /packages/taler-wallet-core/src/exchanges.ts
parent77456187e967a81fe77de59a5df42460d54f0972 (diff)
downloadwallet-core-ce89223b51e71dae83d00fa93a0ab1c09b3c190a.tar.xz
wallet-core: check that ToS was accepted for certain requests
Diffstat (limited to 'packages/taler-wallet-core/src/exchanges.ts')
-rw-r--r--packages/taler-wallet-core/src/exchanges.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/exchanges.ts b/packages/taler-wallet-core/src/exchanges.ts
index be46e4352..dd88fa836 100644
--- a/packages/taler-wallet-core/src/exchanges.ts
+++ b/packages/taler-wallet-core/src/exchanges.ts
@@ -885,6 +885,7 @@ async function downloadTosMeta(
switch (resp.status) {
case HttpStatusCode.NotFound:
+ case HttpStatusCode.NotImplemented:
return { type: "not-found" };
case HttpStatusCode.Ok:
break;