aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_responses.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_responses.c')
-rw-r--r--src/exchange/taler-exchange-httpd_responses.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.c b/src/exchange/taler-exchange-httpd_responses.c
index 72d1ddb75..66da12166 100644
--- a/src/exchange/taler-exchange-httpd_responses.c
+++ b/src/exchange/taler-exchange-httpd_responses.c
@@ -103,8 +103,9 @@ TEH_RESPONSE_compile_transaction_history (
103 &deposit->deposit_fee), 103 &deposit->deposit_fee),
104 GNUNET_JSON_pack_time_abs ("timestamp", 104 GNUNET_JSON_pack_time_abs ("timestamp",
105 deposit->timestamp), 105 deposit->timestamp),
106 GNUNET_JSON_pack_time_abs ("refund_deadline", 106 GNUNET_JSON_pack_allow_null (
107 deposit->refund_deadline), 107 GNUNET_JSON_pack_time_abs ("refund_deadline",
108 deposit->refund_deadline)),
108 GNUNET_JSON_pack_data_auto ("merchant_pub", 109 GNUNET_JSON_pack_data_auto ("merchant_pub",
109 &deposit->merchant_pub), 110 &deposit->merchant_pub),
110 GNUNET_JSON_pack_data_auto ("h_contract_terms", 111 GNUNET_JSON_pack_data_auto ("h_contract_terms",