merchant

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

commit f9fc9f73df9eb5544882815abe0afe8d789a4ef6
parent 99d66b85ba0b6f9d91039e6b2cf92a3b65e1b995
Author: Özgür Kesim <oec@codeblau.de>
Date:   Fri, 23 Jul 2021 21:27:09 +0200

-fix po->in_dll

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

diff --git a/src/backend/taler-merchant-httpd_private-get-orders.c b/src/backend/taler-merchant-httpd_private-get-orders.c @@ -722,6 +722,7 @@ TMH_private_get_orders (const struct TMH_RequestHandler *rh, GNUNET_CONTAINER_DLL_insert (mi->po_head, mi->po_tail, po); + po->in_dll=true; MHD_suspend_connection (connection); { struct TMH_PendingOrder *pot;