merchant

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

commit 33938efd18efa1f677b4a9b94b255940ec9c8a6c
parent 9318ef6e853a277fd50531b71c065b22ea0adfc8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 31 Oct 2025 15:10:02 +0100

-fix omission

Diffstat:
Msrc/backenddb/pg_lookup_token_families.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/backenddb/pg_lookup_token_families.c b/src/backenddb/pg_lookup_token_families.c @@ -106,6 +106,8 @@ lookup_token_families_cb (void *cls, tflc->cb (tflc->cb_cls, slug, name, + description, + description_i18n, valid_after, valid_before, kind);