summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_merchant_get_order.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-30 16:26:28 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-30 16:26:28 +0100
commitdf8395e9c528a3eed89ce0814bc8b5c37daae267 (patch)
treed93b71112a424c46fdbaebf603141d072912aa29 /src/lib/merchant_api_merchant_get_order.c
parent5b311d513626a4ecf82132c62860b3eff745edd5 (diff)
downloadmerchant-df8395e9c528a3eed89ce0814bc8b5c37daae267.tar.gz
merchant-df8395e9c528a3eed89ce0814bc8b5c37daae267.tar.bz2
merchant-df8395e9c528a3eed89ce0814bc8b5c37daae267.zip
address FIXMEs: support args being optional, detail does not exist in reply, so remove obsolete FIXME
Diffstat (limited to 'src/lib/merchant_api_merchant_get_order.c')
-rw-r--r--src/lib/merchant_api_merchant_get_order.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_merchant_get_order.c b/src/lib/merchant_api_merchant_get_order.c
index ae35f354..62510a6c 100644
--- a/src/lib/merchant_api_merchant_get_order.c
+++ b/src/lib/merchant_api_merchant_get_order.c
@@ -277,7 +277,7 @@ handle_paid (struct TALER_MERCHANT_OrderMerchantGetHandle *omgh,
GNUNET_JSON_spec_uint32 ("code",
&c32),
GNUNET_JSON_spec_string ("hint",
- &wr->hint), /* FIXME: should return "detail" instead! */
+ &wr->hint),
GNUNET_JSON_spec_uint32 ("exchange_ec",
&eec32),
GNUNET_JSON_spec_uint32 ("exchange_hc",