From 5eb0a2e98faecfec89add4845f817548b3fee86b Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Tue, 7 Jul 2020 05:52:23 -0400 Subject: fixed merchant get order with transfer status --- src/lib/merchant_api_merchant_get_order.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/merchant_api_merchant_get_order.c') diff --git a/src/lib/merchant_api_merchant_get_order.c b/src/lib/merchant_api_merchant_get_order.c index 53811ec1..b29823f4 100644 --- a/src/lib/merchant_api_merchant_get_order.c +++ b/src/lib/merchant_api_merchant_get_order.c @@ -233,12 +233,12 @@ handle_paid (struct TALER_MERCHANT_OrderMerchantGetHandle *omgh, struct GNUNET_JSON_Specification ispec[] = { GNUNET_JSON_spec_uint32 ("code", &c32), + GNUNET_JSON_spec_string ("hint", + &wr->hint), GNUNET_JSON_spec_uint32 ("exchange_ec", &eec32), GNUNET_JSON_spec_uint32 ("exchange_hc", &ehs32), - GNUNET_JSON_spec_string ("hint", - &wr->hint), GNUNET_JSON_spec_fixed_auto ("coin_pub", &wr->coin_pub), GNUNET_JSON_spec_end () -- cgit v1.2.3