From 4fb474baa255d0244b8f83cb3a6f30506b376716 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 6 Dec 2023 19:19:08 +0100 Subject: wallet-core: deprecate boolean tos status --- packages/taler-util/src/wallet-types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index 45e0860b2..e900d76cb 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -1417,6 +1417,8 @@ export interface ManualWithdrawalDetails { /** * Did the user accept the current version of the exchange's * terms of service? + * + * @deprecated the client should query the exchange entry instead */ tosAccepted: boolean; -- cgit v1.2.3