merchant

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

commit 79d38786dfd484f8043b33cdaca6588c8b5ce2ab
parent 94a461fcedb7d20ade9f733e6862d748cd4a6dc7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 28 Jun 2026 19:39:57 +0200

bugs

Diffstat:
Msrc/lib/merchant_api_patch-private-products-PRODUCT_ID.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/merchant_api_patch-private-products-PRODUCT_ID.c b/src/lib/merchant_api_patch-private-products-PRODUCT_ID.c @@ -451,7 +451,9 @@ TALER_MERCHANT_patch_private_product_start ( req_obj = GNUNET_JSON_PACK ( GNUNET_JSON_pack_string ("product_name", - pph->description), + (NULL == pph->product_name) + ? pph->description + : pph->product_name), GNUNET_JSON_pack_string ("description", pph->description), GNUNET_JSON_pack_object_incref ("description_i18n",