From ce89223b51e71dae83d00fa93a0ab1c09b3c190a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 11 Jun 2024 16:39:09 +0200 Subject: wallet-core: check that ToS was accepted for certain requests --- packages/taler-wallet-core/src/exchanges.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-wallet-core/src/exchanges.ts') 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; -- cgit v1.2.3