summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_track-transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_track-transfer.c')
-rw-r--r--src/backend/taler-merchant-httpd_track-transfer.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_track-transfer.c b/src/backend/taler-merchant-httpd_track-transfer.c
index 7a4efa05..6cca05cb 100644
--- 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: