merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 385b1d3d9178e459eaf553ef14275d228f8f0fa7
parent d86da7607b3872452b19ade757a5819ab837f983
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  4 Mar 2023 18:04:50 +0100

fix config for demo setup

Diffstat:
Mdebian/changelog | 6++++++
Msrc/backend/taler-merchant-httpd_private-patch-templates-ID.c | 2+-
Msrc/backend/taler-merchant-httpd_private-post-templates.c | 2+-
3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,9 @@ +taler-merchant (0.9.2-1) unstable; urgency=low + + * Minor improvements to Debian package. + + -- Christian Grothoff <grothoff@gnu.org> Sat, 3 Mar 2023 13:50:12 +0200 + taler-merchant (0.9.2) unstable; urgency=low * Packaging latest release. diff --git a/src/backend/taler-merchant-httpd_private-patch-templates-ID.c b/src/backend/taler-merchant-httpd_private-patch-templates-ID.c @@ -116,7 +116,7 @@ TMH_private_patch_templates_ID (const struct TMH_RequestHandler *rh, GNUNET_JSON_spec_mark_optional ( GNUNET_JSON_spec_uint32 ("pos_algorithm", &pos_algorithm), - 0), + NULL), GNUNET_JSON_spec_mark_optional ( GNUNET_JSON_spec_string ("pos_key", (const char **) &tp.pos_key), diff --git a/src/backend/taler-merchant-httpd_private-post-templates.c b/src/backend/taler-merchant-httpd_private-post-templates.c @@ -76,7 +76,7 @@ TMH_private_post_templates (const struct TMH_RequestHandler *rh, GNUNET_JSON_spec_mark_optional ( GNUNET_JSON_spec_uint32 ("pos_algorithm", &pos_algorithm), - 0), + NULL), GNUNET_JSON_spec_mark_optional ( GNUNET_JSON_spec_string ("pos_key", (const char **) &tp.pos_key),