From 9607ad86a8898d8c268702fae7bc867e50a59557 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 1 Aug 2021 20:06:36 +0200 Subject: -more legacy cases --- contrib/merchant-backoffice | 2 +- src/backend/taler-merchant-httpd_private-get-orders-ID.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/contrib/merchant-backoffice b/contrib/merchant-backoffice index 4320467d..fe987187 160000 --- a/contrib/merchant-backoffice +++ b/contrib/merchant-backoffice @@ -1 +1 @@ -Subproject commit 4320467db1392e5f48a4acd079f7e2a253cf9984 +Subproject commit fe987187e178816d42ed12178d430c8771cb5a75 diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c index 8f9dce35..22eedadc 100644 --- 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", -- cgit v1.2.3