aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/wallet-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-01-06 10:32:39 +0100
committerFlorian Dold <florian@dold.me>2023-01-06 10:32:44 +0100
commit80639429a23c34bdfbb5f3853caf721b49fd6beb (patch)
tree5d3b06d13a599ef4b34a00a396fd8b843bd23d4d /packages/taler-util/src/wallet-types.ts
parentdb1b824818b0f6c95499a96bd5cfa18306b15201 (diff)
downloadwallet-core-80639429a23c34bdfbb5f3853caf721b49fd6beb.tar.xz
wallet-core: test insufficient balance response, also use it for deposit groups
Diffstat (limited to 'packages/taler-util/src/wallet-types.ts')
-rw-r--r--packages/taler-util/src/wallet-types.ts4
1 files changed, 3 insertions, 1 deletions
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");
+
+