merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit b5a37ee989596ad6f7c2ae057a767156450c0205
parent 9b053802d49703fc1918c3621095e369beaaf604
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  3 Aug 2020 13:46:14 +0200

reference bug #6458

Diffstat:
Msrc/backend/taler-merchant-httpd_get-orders-ID.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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")) },