diff options
author | bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com> | 2024-11-14 17:42:05 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-15 13:50:49 +0100 |
commit | 0cafdf5efce0a115753e4109c657b4532900ab03 (patch) | |
tree | 8a6d4489d297ebdf09964d09b27790e18018f663 | |
parent | fdbabd1a9bfdd84d35717569509ebfc28e9942ba (diff) |
small fixes
m--------- | contrib/wallet-core | 0 | ||||
-rw-r--r-- | src/backend/taler-merchant-httpd_post-orders-ID-paid.c | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/wallet-core b/contrib/wallet-core -Subproject a9923dce3051635bc8489b60512dfac396e5ad2 +Subproject 498c298d41e3872f9f72a560b9bd5ea4d8b7f23 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 */ { |