merchant

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

commit dbe293e7350adc69b4a47499fb36de97fb4a2525
parent 46cf325dce873a6e85ad1b666521308b2c008c48
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 10 Sep 2020 00:16:08 +0200

more logging

Diffstat:
Msrc/backend/taler-merchant-httpd_private-get-orders-ID.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c @@ -1001,6 +1001,10 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler *rh, GNUNET_free (already_paid_order_id); return ret; } + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + "No already paid order for %s/%s\n", + gorc->session_id, + gorc->fulfillment_url); } if (paid &&