commit e1d4b43af59fe8201e142103d4872c0727c2ca9e parent b01abb5edb380a21d13354a07966557944636225 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 7 Feb 2024 14:31:42 +0100 fix #8346 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 @@ -2846,6 +2846,7 @@ phase_parse_pay (struct PayContext *pc) (GNUNET_NO == res) ? MHD_YES : MHD_NO); + return; } for (unsigned int j = 0; j<coins_index; j++) {