commit 0cafdf5efce0a115753e4109c657b4532900ab03
parent fdbabd1a9bfdd84d35717569509ebfc28e9942ba
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date: Thu, 14 Nov 2024 17:42:05 +0100
small fixes
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-paid.c b/src/backend/taler-merchant-httpd_post-orders-ID-paid.c
@@ -222,7 +222,8 @@ TMH_post_orders_ID_paid (const struct TMH_RequestHandler *rh,
fulfillment_url);
/*Trigger webhook */
- {
+ /*Commented out until its purpose is defined
+ {
enum GNUNET_DB_QueryStatus qs;
json_t *jhook;
@@ -245,7 +246,7 @@ TMH_post_orders_ID_paid (const struct TMH_RequestHandler *rh,
session_id,
fulfillment_url);
}
- }
+ }*/
/* fulfillment_url is part of the contract_terms */
{