taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit addeb988dc989f097e04241a1050b3008f9884b1
parent c5c0d6502e3fe80c431c6ac33ec162aeb011a312
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri, 24 Nov 2023 17:14:10 -0300

fix FTBFS

Diffstat:
Mpackages/taler-harness/src/http-client/bank-core.ts | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/packages/taler-harness/src/http-client/bank-core.ts b/packages/taler-harness/src/http-client/bank-core.ts @@ -25,6 +25,7 @@ export function createTestForBankCore(api: TalerCoreBankHttpClient, adminToken: "incorrect-exchange-rate": undefined, "no-cashout-payto": undefined, "no-enough-balance": undefined, + "invalid-code": undefined, "too-many-attempts": undefined, "cashout-not-supported": undefined, "not-found": undefined,