[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -misc minor fixes
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -misc minor fixes |
Date: |
Fri, 22 Sep 2023 12:59:49 +0200 |
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 034d2e33 -misc minor fixes
034d2e33 is described below
commit 034d2e33c06747d99658c87080b159d7af905c1c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 22 12:59:44 2023 +0200
-misc minor fixes
---
src/backend/taler-merchant-httpd_private-post-orders.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c
b/src/backend/taler-merchant-httpd_private-post-orders.c
index 34fac6a0..17ddab67 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -1274,6 +1274,7 @@ patch_order (struct OrderContext *oc)
MHD_HTTP_INTERNAL_SERVER_ERROR,
TALER_EC_MERCHANT_PRIVATE_POST_ORDERS_NO_LOCALTIME,
NULL);
+ return;
}
off = strftime (buf,
sizeof (buf) - 1,
@@ -1822,7 +1823,7 @@ parse_order_request (struct OrderContext *oc)
{
struct TALER_MERCHANTDB_OtpDeviceDetails td;
enum GNUNET_DB_QueryStatus qs;
-
+
qs = TMH_db->select_otp (TMH_db->cls,
oc->hc->instance->settings.id,
otp_id,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -misc minor fixes,
gnunet <=