From 359b9860a615b8421dcbb72b763b20f3cae24083 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 11 May 2023 14:29:55 +0200 Subject: wallet-core: remove legacy operation names --- packages/taler-wallet-core/src/operations/testing.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 8341d2f26..e5794ad93 100644 --- a/packages/taler-wallet-core/src/operations/testing.ts +++ b/packages/taler-wallet-core/src/operations/testing.ts @@ -54,7 +54,7 @@ import { confirmPeerPullDebit, confirmPeerPushCredit, initiatePeerPullPayment, - initiatePeerPushPayment, + initiatePeerPushDebit, preparePeerPullDebit, preparePeerPushCredit, } from "./pay-peer.js"; @@ -532,7 +532,7 @@ export async function runIntegrationTest2( await ws.runUntilDone(); - const peerPushInit = await initiatePeerPushPayment(ws, { + const peerPushInit = await initiatePeerPushDebit(ws, { partialContractTerms: { amount: `${currency}:1`, summary: "Payment Peer Push Test", -- cgit v1.2.3