taler-typescript-core

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

commit e311dc4bef5e50ee7f797d5ff08309a63a43568d
parent efbde0e16033542ae104f5365be5cee6e65ef7b0
Author: Sebastian <sebasjm@gmail.com>
Date:   Wed, 29 Mar 2023 08:35:33 -0300

missing rename

Diffstat:
Mpackages/taler-harness/src/integrationtests/test-kyc.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-harness/src/integrationtests/test-kyc.ts b/packages/taler-harness/src/integrationtests/test-kyc.ts @@ -311,7 +311,7 @@ export async function runKycTest(t: GlobalTestState) { // Withdraw const kycNotificationCond = walletClient.waitForNotificationCond((x) => { - if (x.type === NotificationType.WithdrawalGroupKycRequested) { + if (x.type === NotificationType.KycRequested) { return x; } return false;