merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 3eef3ab05fbd8ac841496e671836eca054a19d42
parent 2f314ee5d895ef60c9452f66b3a1f8679021851e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 28 Feb 2020 11:58:10 +0100

take out verbose

Diffstat:
Msrc/lib/merchant_api_proposal.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/lib/merchant_api_proposal.c b/src/lib/merchant_api_proposal.c @@ -259,11 +259,6 @@ TALER_MERCHANT_order_put (struct GNUNET_CURL_Context *ctx, curl_easy_setopt (eh, CURLOPT_URL, po->url)); - GNUNET_assert (CURLE_OK == - curl_easy_setopt (eh, - CURLOPT_VERBOSE, - 1L)); - po->job = GNUNET_CURL_job_add2 (ctx, eh, po->post_ctx.headers,