gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: reproduce issue #7318


From: gnunet
Subject: [taler-wallet-core] branch master updated: reproduce issue #7318
Date: Fri, 02 Sep 2022 21:47:41 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 36376bde reproduce issue #7318
36376bde is described below

commit 36376bdeb673476734b38413303a12d64017b455
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Sep 2 16:47:33 2022 -0300

    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 ebbe87ae..5f9d64ec 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,
     {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]