From b4ab2fcdf3e1bbc0ca9096661a1812481dca58b3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 8 Mar 2024 01:06:13 +0100 Subject: wallet-core: remove deprecated peer...PaymentId --- packages/taler-harness/src/integrationtests/test-peer-repair.ts | 2 +- packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/taler-harness') diff --git a/packages/taler-harness/src/integrationtests/test-peer-repair.ts b/packages/taler-harness/src/integrationtests/test-peer-repair.ts index 22664bcc1..8bc7ed0a1 100644 --- a/packages/taler-harness/src/integrationtests/test-peer-repair.ts +++ b/packages/taler-harness/src/integrationtests/test-peer-repair.ts @@ -138,7 +138,7 @@ export async function runPeerRepairTest(t: GlobalTestState) { ); await wallet2.client.call(WalletApiOperation.ConfirmPeerPushCredit, { - peerPushCreditId: resp2.peerPushCreditId, + transactionId: resp2.transactionId, }); await peerPushCreditDone1Cond; diff --git a/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts b/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts index b61a3941b..e1565f295 100644 --- a/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts +++ b/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts @@ -157,7 +157,7 @@ async function checkNormalPeerPull( ); await wallet2.client.call(WalletApiOperation.ConfirmPeerPullDebit, { - peerPullDebitId: checkResp.peerPullDebitId, + transactionId: checkResp.transactionId, }); await peerPullCreditDoneCond; @@ -257,7 +257,7 @@ async function checkAbortedPeerPull( }); await wallet2.client.call(WalletApiOperation.ConfirmPeerPullDebit, { - peerPullDebitId: checkResp.peerPullDebitId, + transactionId: checkResp.transactionId, }); console.log(`waiting for ${resp.transactionId} to go to state aborted`); -- cgit v1.2.3