From 03ca8c13996b1222ef11321c31c5e560f44058e4 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Thu, 2 Jul 2020 02:05:08 -0400 Subject: twister, get tips, instance, and post transfer tests --- src/lib/merchant_api_post_transfers.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/merchant_api_post_transfers.c') diff --git a/src/lib/merchant_api_post_transfers.c b/src/lib/merchant_api_post_transfers.c index d304ed9f..f9ea25dc 100644 --- a/src/lib/merchant_api_post_transfers.c +++ b/src/lib/merchant_api_post_transfers.c @@ -146,12 +146,12 @@ handle_post_transfers_finished (void *cls, json_array_foreach (deposit_sums, i, deposit_sum) { struct TALER_MERCHANT_TrackTransferDetail *d = &details[i]; struct GNUNET_JSON_Specification ispec[] = { - TALER_JSON_spec_amount ("total", + GNUNET_JSON_spec_string ("order_id", + &d->order_id), + TALER_JSON_spec_amount ("deposit_value", &d->deposit_value), TALER_JSON_spec_amount ("deposit_fee", &d->deposit_fee), - GNUNET_JSON_spec_string ("order_id", - &d->order_id), GNUNET_JSON_spec_end () }; -- cgit v1.2.3