diff options
author | Florian Dold <florian@dold.me> | 2024-06-16 17:44:20 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-06-16 17:44:20 +0200 |
commit | 92001c4385f0d5cb43b5c3ee589629f0da420e34 (patch) | |
tree | 55749c6415b2b5e00dc5a8ad64e38b889c7b335f /src/backend/taler-merchant-httpd_get-templates-ID.c | |
parent | 4f91af9910c31259b546b96cb01e49f9a944e10c (diff) |
remove redundant required_currency field/column
Diffstat (limited to 'src/backend/taler-merchant-httpd_get-templates-ID.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_get-templates-ID.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_get-templates-ID.c b/src/backend/taler-merchant-httpd_get-templates-ID.c index add67b4d..a2ad9bff 100644 --- a/src/backend/taler-merchant-httpd_get-templates-ID.c +++ b/src/backend/taler-merchant-httpd_get-templates-ID.c @@ -62,9 +62,6 @@ TMH_get_templates_ID ( connection, MHD_HTTP_OK, GNUNET_JSON_pack_allow_null ( - GNUNET_JSON_pack_string ("required_currency", - tp.required_currency)), - GNUNET_JSON_pack_allow_null ( GNUNET_JSON_pack_object_incref ("editable_defaults", tp.editable_defaults)), GNUNET_JSON_pack_object_incref ("template_contract", |