commit 265fff6ca125bed77b1745cf8bbda0e58871e160 parent c1a9e2217077171af7852bac02ad6e16b6e8e693 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 22 Jul 2021 19:49:00 +0200 -hyperoptimize Diffstat:
| M | src/backend/taler-merchant-httpd_post-orders-ID-pay.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c @@ -1056,6 +1056,7 @@ check_coin_refunded (void *cls, TALER_amount_add (&pc->total_refunded, &pc->total_refunded, refund_amount)); + break; } }