merchant

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

commit 346f5224f419a5c690168ae227a0216fce1e8aec
parent 89a9423ab2020b9278808d7cdac97bd0d4635285
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 11 Aug 2020 21:02:11 +0530

fix conditional due to 'surprise naming'

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 @@ -1099,7 +1099,7 @@ TMH_get_orders_ID (const struct TMH_RequestHandler *rh, GNUNET_memcmp (&h, &god->h_contract_terms)) { - if (0 == GNUNET_is_zero (&god->h_contract_terms)) + if (0 != GNUNET_is_zero (&god->h_contract_terms)) { /* The client provided a h_contract that's wrong, so complain! */ GNUNET_break_op (0);