commit 9788501cb9773e618e976ef11ad498e1571050b2 parent c5730fcf883174b22e8f515f68f812dbc1f84d56 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 9 Dec 2021 09:13:11 +0100 -fix FTBFS Diffstat:
| M | src/backend/taler-merchant-httpd_post-orders-ID-pay.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c @@ -980,7 +980,7 @@ deposit_cb (void *cls, /* Forward error, adding the "coin_pub" for which the error was being generated */ - if (TALER_EC_EXCHANGE_DEPOSIT_INSUFFICIENT_FUNDS == dr->hr.ec) + if (TALER_EC_EXCHANGE_GENERIC_INSUFFICIENT_FUNDS == dr->hr.ec) { resume_pay_with_response ( pc,