merchant

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

commit dcaa1bb5ca854c9822c20229502ec25869bcb012
parent c25419a17238ce074979f6a69b2b6de55020a930
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 28 May 2021 17:36:35 +0200

-make gcc happy

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

diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c @@ -592,6 +592,9 @@ execute_order (struct MHD_Connection *connection, TALER_EC_GENERIC_DB_FETCH_FAILED, NULL); break; + default: + GNUNET_break (0); + return MHD_NO; } return ret; }