merchant

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

commit e357d772212a85243d6040e1b2344744f90101f6
parent 1ac2e6242fdb9ae876149e142c5d0142616aacc4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Aug 2020 22:31:53 +0200

try to address #6498-16717

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

diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c @@ -1006,9 +1006,9 @@ TMH_get_orders_ID (const struct TMH_RequestHandler *rh, GNUNET_break (1 == qs); GNUNET_free (already_paid_order_id); } - else + { - /* Check if paid regardless of session. */ + /* Check if paid. */ struct GNUNET_HashCode h_contract; bool paid;