commit 36376bdeb673476734b38413303a12d64017b455
parent 9fe0e742563a008623c10593973dfdfea5c0db90
Author: Sebastian <sebasjm@gmail.com>
Date: Fri, 2 Sep 2022 16:47:33 -0300
reproduce issue #7318
Diffstat:
1 file changed, 14 insertions(+), 0 deletions(-)
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
@@ -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,
{