gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: -fix FTBFS


From: gnunet
Subject: [taler-merchant] branch master updated: -fix FTBFS
Date: Thu, 09 Dec 2021 09:13:21 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 9788501c -fix FTBFS
9788501c is described below

commit 9788501cb9773e618e976ef11ad498e1571050b2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Dec 9 09:13:11 2021 +0100

    -fix FTBFS
---
 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
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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]