diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-02 22:18:33 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-02 22:18:33 +0200 |
commit | fafdb22f2926189c7f84a84aa3e1078ca1281401 (patch) | |
tree | 681561c9bbe3a27132823673562613eddb478aa8 /src/backend/taler-merchant-httpd_private-patch-products-ID.c | |
parent | c797af18ddffef334644ef2ff818e2d36414304d (diff) |
-use new TALER_JSON_check_i18n
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-patch-products-ID.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-patch-products-ID.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-patch-products-ID.c b/src/backend/taler-merchant-httpd_private-patch-products-ID.c index 7b568094..b146b31f 100644 --- a/src/backend/taler-merchant-httpd_private-patch-products-ID.c +++ b/src/backend/taler-merchant-httpd_private-patch-products-ID.c @@ -189,7 +189,7 @@ TMH_private_patch_products_ID (const struct TMH_RequestHandler *rh, if (NULL == pd.description_i18n) pd.description_i18n = json_object (); - if (! TMH_i18n_object_valid (pd.description_i18n)) + if (! TALER_JSON_check_i18n (pd.description_i18n)) { GNUNET_break_op (0); GNUNET_JSON_parse_free (spec); |