commit 666c318e87cfe0b34c946c7fa90d1c49ce6739c6 parent c3bb01e7360d218d3fbf60ef83be094a834be57c Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com> Date: Mon, 4 Nov 2024 23:51:00 +0100 update of the order_created webhook Diffstat:
| M | 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 @@ -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)