gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: test template


From: gnunet
Subject: [taler-merchant] branch master updated: test template
Date: Fri, 18 Nov 2022 12:57:27 +0100

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

priscilla-huang pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 4a36d2e3 test template
4a36d2e3 is described below

commit 4a36d2e36b0b8e5d77e2943df3f3bc730be009ca
Author: priscilla <priscilla.huang@efrei.net>
AuthorDate: Fri Nov 18 06:57:14 2022 -0500

    test template
---
 src/backenddb/merchantdb_helper.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/backenddb/merchantdb_helper.c 
b/src/backenddb/merchantdb_helper.c
index 5a121287..2056cc3a 100644
--- a/src/backenddb/merchantdb_helper.c
+++ b/src/backenddb/merchantdb_helper.c
@@ -36,4 +36,16 @@ TALER_MERCHANTDB_product_details_free (
 }
 
 
+
+void
+TALER_MERCHANTDB_template_details_free (
+  struct TALER_MERCHANTDB_TemplateDetails *tp)
+{
+  GNUNET_free (tp->template_description);
+  GNUNET_free (tp->image);
+  json_decref (tp->template_contract);
+}
+
+
+
 /* end of merchantdb_helper.c */

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