summaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-kyc.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-09-24 13:01:42 +0200
committerFlorian Dold <florian@dold.me>2023-09-24 13:01:42 +0200
commitbdd906c88707b2ec8d6d1d4afbd0bba8e3a9a3cd (patch)
tree2973eb935e90720d51650317435f3ee558a8575d /packages/taler-harness/src/integrationtests/test-kyc.ts
parent6b63ecc49e4baafcd2833503418bb531025d8054 (diff)
downloadwallet-core-bdd906c88707b2ec8d6d1d4afbd0bba8e3a9a3cd.tar.gz
wallet-core-bdd906c88707b2ec8d6d1d4afbd0bba8e3a9a3cd.tar.bz2
wallet-core-bdd906c88707b2ec8d6d1d4afbd0bba8e3a9a3cd.zip
adapt to corebank API change, minor refactoring
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-kyc.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-kyc.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-kyc.ts b/packages/taler-harness/src/integrationtests/test-kyc.ts
index 2b2b57183..4fc725bc3 100644
--- a/packages/taler-harness/src/integrationtests/test-kyc.ts
+++ b/packages/taler-harness/src/integrationtests/test-kyc.ts
@@ -331,7 +331,9 @@ export async function runKycTest(t: GlobalTestState) {
// Confirm it
- await bankClient.confirmWithdrawalOperation(user.username, wop);
+ await bankClient.confirmWithdrawalOperation(user.username, {
+ withdrawalOperationId: wop.withdrawal_id,
+ });
const kycNotificationCond = walletClient.waitForNotificationCond((x) => {
if (