gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: add logging


From: gnunet
Subject: [taler-merchant] branch master updated: add logging
Date: Sun, 14 Jan 2024 16:17:49 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 75f41a6b add logging
75f41a6b is described below

commit 75f41a6bf10039d341f3a54c1a5dbf3ed4ca7e5a
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Jan 14 16:17:43 2024 +0100

    add logging
---
 contrib/wallet-core                                    | 2 +-
 doc/prebuilt                                           | 2 +-
 src/backend/taler-merchant-httpd_post-orders-ID-pay.c  | 3 +++
 src/backend/taler-merchant-httpd_private-post-orders.c | 3 +++
 4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/contrib/wallet-core b/contrib/wallet-core
index 496bfdc3..2347be69 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit 496bfdc3aecbea61922bb2e0c281f5d35f934a3b
+Subproject commit 2347be694c713959528ad59f3f157d866d7ad424
diff --git a/doc/prebuilt b/doc/prebuilt
index 5e7026c5..09a33a50 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit 5e7026c5cef101c90b6dc58096e0a0946ef11b08
+Subproject commit 09a33a50d9b3b400f8a515082c888918cbf4e1b5
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index 75be6ff5..8a5b7993 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -2538,6 +2538,9 @@ phase_check_contract (struct PayContext *pc)
     return;
   }
   /* hash contract (needed later) */
+  json_dumpf (pc->contract_terms,
+              stderr,
+              JSON_INDENT (2));
   if (GNUNET_OK !=
       TALER_JSON_contract_hash (pc->contract_terms,
                                 &pc->h_contract_terms))
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c 
b/src/backend/taler-merchant-httpd_private-post-orders.c
index 515f0b1e..74ba7fb7 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -957,6 +957,9 @@ check_contract (struct OrderContext *oc)
 {
   struct TALER_PrivateContractHashP h_control;
 
+  json_dumpf (oc->serialize_order.contract,
+              stderr,
+              JSON_INDENT (2));
   switch (TALER_JSON_contract_hash (oc->serialize_order.contract,
                                     &h_control))
   {

-- 
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]