commit 388a27eb2012a54e861472d71ab6d32dd740d881 parent 73070674f00f506f89f8a10fbf3b347f0b7c619a Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Fri, 10 Mar 2017 20:58:39 +0100 TODO comments. Diffstat:
| M | src/backend/taler-merchant-httpd_track-transfer.c | | | 12 | +++++++++++- |
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_track-transfer.c b/src/backend/taler-merchant-httpd_track-transfer.c @@ -245,7 +245,17 @@ transform_response (const json_t *result) } GNUNET_CONTAINER_multihashmap_destroy (map); - /*TODO fill up response */ + + /** + * Missing actions: + * + * 1) Take the sums in the map and convert them into + * appropriate JSON. + * 2) Translate h_proposal_data into order_id and place + * it somewhere in the response. + */ + + goto cleanup; cleanup: