summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-03 13:46:14 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-03 13:46:14 +0200
commitb5a37ee989596ad6f7c2ae057a767156450c0205 (patch)
tree00b4a9c542c84f3c3c60429ac41d224989a55222
parent9b053802d49703fc1918c3621095e369beaaf604 (diff)
downloadmerchant-b5a37ee989596ad6f7c2ae057a767156450c0205.tar.gz
merchant-b5a37ee989596ad6f7c2ae057a767156450c0205.tar.bz2
merchant-b5a37ee989596ad6f7c2ae057a767156450c0205.zip
reference bug #6458
-rw-r--r--src/backend/taler-merchant-httpd_get-orders-ID.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c
index fb189d37..09ea6979 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -505,7 +505,7 @@ send_pay_request (struct GetOrderData *god,
{ "taler_pay_qrcode_svg",
qr },
{ "order_summary",
- // FIXME: implement logic to extract summary based on
+ // FIXME #6458: implement logic to extract summary based on
// language preferences from summary_i18n if present.
json_string_value (json_object_get (god->contract_terms,
"summary")) },