summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-09 09:13:11 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-09 09:13:11 +0100
commit9788501cb9773e618e976ef11ad498e1571050b2 (patch)
tree093f51a369ff05c7f4d404bb0ffc0eeac18ec925 /src/backend/taler-merchant-httpd_post-orders-ID-pay.c
parentc5730fcf883174b22e8f515f68f812dbc1f84d56 (diff)
downloadmerchant-9788501cb9773e618e976ef11ad498e1571050b2.tar.gz
merchant-9788501cb9773e618e976ef11ad498e1571050b2.tar.bz2
merchant-9788501cb9773e618e976ef11ad498e1571050b2.zip
-fix FTBFS
Diffstat (limited to 'src/backend/taler-merchant-httpd_post-orders-ID-pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c2
1 files changed, 1 insertions, 1 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
index 12e2741f..7867e1ea 100644
--- 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,