From c89c2ba5f907291a326fa597d06f3965e60caa0e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 16 Nov 2023 09:19:55 -0300 Subject: fix not compile --- packages/taler-wallet-core/src/operations/testing.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/testing.ts') diff --git a/packages/taler-wallet-core/src/operations/testing.ts b/packages/taler-wallet-core/src/operations/testing.ts index 62766556c..904403dd5 100644 --- a/packages/taler-wallet-core/src/operations/testing.ts +++ b/packages/taler-wallet-core/src/operations/testing.ts @@ -38,7 +38,9 @@ import { Logger, NotificationType, PreparePayResultType, + stringifyTalerUri, TalerCorebankApiClient, + TalerUriAction, TestPayArgs, TestPayResult, TransactionMajorState, @@ -678,9 +680,14 @@ export async function runIntegrationTest2( }); await waitUntilTransactionPendingReady(ws, peerPushInit.transactionId); + const talerUri = stringifyTalerUri({ + type: TalerUriAction.PayPush, + exchangeBaseUrl: peerPushInit.exchangeBaseUrl, + contractPriv: peerPushInit.contractPriv, + }) const peerPushCredit = await preparePeerPushCredit(ws, { - talerUri: peerPushInit.talerUri, + talerUri, }); await confirmPeerPushCredit(ws, { -- cgit v1.2.3