commit e43163cf91a78d4a343c167b5a81a7a992518a2d
parent 9c98e0a5ae7b9adda127ea0e7403a342444b171f
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 14 Aug 2026 23:23:55 +0200
do init price_is_net
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_patch-private-products-PRODUCT_ID.c b/src/backend/taler-merchant-httpd_patch-private-products-PRODUCT_ID.c
@@ -135,6 +135,10 @@ TMH_private_patch_products_ID (
GNUNET_JSON_spec_uint32 ("minimum_age",
&pd.minimum_age),
NULL),
+ GNUNET_JSON_spec_mark_optional (
+ GNUNET_JSON_spec_bool ("price_is_net",
+ &pd.price_is_net),
+ NULL),
GNUNET_JSON_spec_end ()
};
enum MHD_Result ret;