From 80639429a23c34bdfbb5f3853caf721b49fd6beb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 6 Jan 2023 10:32:39 +0100 Subject: wallet-core: test insufficient balance response, also use it for deposit groups --- packages/taler-util/src/wallet-types.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/taler-util/src/wallet-types.ts') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index 6b3e39794..b63e043f5 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -2141,4 +2141,6 @@ const codecForPayMerchantInsufficientBalanceDetails = .property("balanceMerchantAcceptable", codecForAmountString()) .property("balanceMerchantDepositable", codecForAmountString()) .property("feeGapEstimate", codecForAmountString()) - .build("PayMerchantInsufficientBalanceDetails"); \ No newline at end of file + .build("PayMerchantInsufficientBalanceDetails"); + + -- cgit v1.2.3