commit 9607ad86a8898d8c268702fae7bc867e50a59557
parent bcf5863eb45523615540ac99ab81fd131bd2f413
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 1 Aug 2021 20:06:36 +0200
-more legacy cases
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -1300,6 +1300,12 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler *rh,
gorc->exchange_ec),
GNUNET_JSON_pack_uint64 ("exchange_http_status",
gorc->exchange_hc),
+ /* legacy: */
+ GNUNET_JSON_pack_uint64 ("exchange_ec",
+ gorc->exchange_ec),
+ /* legacy: */
+ GNUNET_JSON_pack_uint64 ("exchange_hc",
+ gorc->exchange_hc),
TALER_JSON_pack_amount ("deposit_total",
&gorc->deposits_total),
GNUNET_JSON_pack_object_incref ("contract_terms",