From 36376bdeb673476734b38413303a12d64017b455 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 2 Sep 2022 16:47:33 -0300 Subject: reproduce issue #7318 --- .../src/integrationtests/test-peer-to-peer-push.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/taler-wallet-cli/src/integrationtests/test-peer-to-peer-push.ts b/packages/taler-wallet-cli/src/integrationtests/test-peer-to-peer-push.ts index ebbe87ae8..5f9d64ece 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-peer-to-peer-push.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-peer-to-peer-push.ts @@ -47,6 +47,20 @@ export async function runPeerToPeerPushTest(t: GlobalTestState) { await wallet1.runUntilDone(); + { + const resp = await wallet1.client.call( + WalletApiOperation.InitiatePeerPushPayment, + { + amount: "TESTKUDOS:5", + partialContractTerms: { + summary: "Hello World", + }, + }, + ); + + console.log(resp); + + } const resp = await wallet1.client.call( WalletApiOperation.InitiatePeerPushPayment, { -- cgit v1.2.3