From 7782a680228b6e76ae2598cacfc65ff250e8e020 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 25 Nov 2023 16:05:05 +0900 Subject: -update to new spec parsers for better error checking --- src/backend/taler-merchant-httpd_private-post-orders.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/taler-merchant-httpd_private-post-orders.c') diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c index 4d60fa2d..11b9abcd 100644 --- a/src/backend/taler-merchant-httpd_private-post-orders.c +++ b/src/backend/taler-merchant-httpd_private-post-orders.c @@ -1214,7 +1214,7 @@ patch_order (struct OrderContext *oc) bool no_fee; struct GNUNET_JSON_Specification spec[] = { GNUNET_JSON_spec_mark_optional ( - GNUNET_JSON_spec_string ("merchant_base_url", + TALER_JSON_spec_web_url ("merchant_base_url", &merchant_base_url), NULL), GNUNET_JSON_spec_mark_optional ( -- cgit v1.2.3