diff options
author | bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com> | 2024-11-04 23:51:00 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-15 13:50:49 +0100 |
commit | 666c318e87cfe0b34c946c7fa90d1c49ce6739c6 (patch) | |
tree | 9d120e17b9a1074cf7f2794d1f68eb1e3f376188 | |
parent | c3bb01e7360d218d3fbf60ef83be094a834be57c (diff) |
update of the order_created webhook
-rw-r--r-- | src/backend/taler-merchant-httpd_private-post-orders.c | 2 |
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) |