From 0cafdf5efce0a115753e4109c657b4532900ab03 Mon Sep 17 00:00:00 2001 From: bohdan-potuzhnyi Date: Thu, 14 Nov 2024 17:42:05 +0100 Subject: small fixes --- contrib/wallet-core | 2 +- src/backend/taler-merchant-httpd_post-orders-ID-paid.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/contrib/wallet-core b/contrib/wallet-core index a9923dce..498c298d 160000 --- a/contrib/wallet-core +++ b/contrib/wallet-core @@ -1 +1 @@ -Subproject commit a9923dce3051635bc8489b60512dfac396e5ad25 +Subproject commit 498c298d41e3872f9f72a560b9bd5ea4d8b7f23b diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-paid.c b/src/backend/taler-merchant-httpd_post-orders-ID-paid.c index 39b2ae8f..3ab3b516 100644 --- 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 */ { -- cgit v1.2.3