diff options
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 */ { |