gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -typo


From: gnunet
Subject: [taler-merchant] branch master updated: -typo
Date: Sat, 13 Jan 2024 23:14:39 +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 e9490bfa -typo
e9490bfa is described below

commit e9490bfa94fb387093a8cbfd1a124afa4635e209
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 13 23:14:36 2024 +0100

    -typo
---
 src/backend/taler-merchant-httpd_private-get-orders-ID.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c 
b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index f5b75579..ed045b48 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -631,7 +631,7 @@ phase_fetch_contract (struct GetOrderRequestContext *gorc)
     GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                 "Order %s is %s (%s) according to database\n",
                 gorc->paid ? "paid" : "unpaid",
-                gorc->wire ? "wired" : "unwired");
+                gorc->wired ? "wired" : "unwired");
     gorc->phase++;
     return;
   }

-- 
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]