diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-01 20:06:36 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-01 20:06:36 +0200 |
commit | 9607ad86a8898d8c268702fae7bc867e50a59557 (patch) | |
tree | 36808b2058462866c317e3a7488860b53a107452 /src/backend/taler-merchant-httpd_private-get-orders-ID.c | |
parent | bcf5863eb45523615540ac99ab81fd131bd2f413 (diff) | |
download | merchant-9607ad86a8898d8c268702fae7bc867e50a59557.tar.gz merchant-9607ad86a8898d8c268702fae7bc867e50a59557.tar.bz2 merchant-9607ad86a8898d8c268702fae7bc867e50a59557.zip |
-more legacy cases
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-orders-ID.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-get-orders-ID.c | 6 |
1 files 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 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", |