From 1fb9f1eb55a9648614b66cdbac6e2052cf705223 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 7 Dec 2023 11:59:37 +0100 Subject: wallet-core: deprecate peerPushCreditId field --- packages/taler-wallet-core/src/operations/testing.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations') diff --git a/packages/taler-wallet-core/src/operations/testing.ts b/packages/taler-wallet-core/src/operations/testing.ts index 1981519f1..b30c5f80b 100644 --- a/packages/taler-wallet-core/src/operations/testing.ts +++ b/packages/taler-wallet-core/src/operations/testing.ts @@ -684,7 +684,7 @@ export async function runIntegrationTest2( type: TalerUriAction.PayPush, exchangeBaseUrl: peerPushInit.exchangeBaseUrl, contractPriv: peerPushInit.contractPriv, - }) + }); const txDetails = await getTransactionById(ws, { transactionId: peerPushInit.transactionId, @@ -703,7 +703,7 @@ export async function runIntegrationTest2( }); await confirmPeerPushCredit(ws, { - peerPushCreditId: peerPushCredit.peerPushCreditId, + transactionId: peerPushCredit.transactionId, }); const peerPullInit = await initiatePeerPullPayment(ws, { -- cgit v1.2.3