[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] 03/05: update of the order_created webhook
From: |
gnunet |
Subject: |
[taler-merchant] 03/05: update of the order_created webhook |
Date: |
Fri, 15 Nov 2024 13:51:43 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
commit 666c318e87cfe0b34c946c7fa90d1c49ce6739c6
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
AuthorDate: Mon Nov 4 23:51:00 2024 +0100
update of the order_created webhook
---
src/backend/taler-merchant-httpd_private-post-orders.c | 2 +-
1 file changed, 1 insertion(+), 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 498c51f7..2b2931f1 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -905,7 +905,7 @@ execute_transaction (struct OrderContext *oc)
json_decref(jhook);
- if (0 >= qs)
+ if (0 < qs)
{
TMH_db->rollback (TMH_db->cls);
if (GNUNET_DB_STATUS_SOFT_ERROR == qs)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.