aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-orders.c
diff options
context:
space:
mode:
authorbohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>2024-11-04 23:51:00 +0100
committerChristian Grothoff <christian@grothoff.org>2024-11-15 13:50:49 +0100
commit666c318e87cfe0b34c946c7fa90d1c49ce6739c6 (patch)
tree9d120e17b9a1074cf7f2794d1f68eb1e3f376188 /src/backend/taler-merchant-httpd_private-post-orders.c
parentc3bb01e7360d218d3fbf60ef83be094a834be57c (diff)
update of the order_created webhook
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-post-orders.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c2
1 files changed, 1 insertions, 1 deletions
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)