merchant

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

commit 69e616dbe025ea3c306469b06ba2dcafe166564d
parent 514a101d345e9a7907b8179d2fd0c4ceda56c181
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 23 May 2019 20:48:55 +0200

rename

Diffstat:
Msrc/lib/merchant_api_proposal.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/merchant_api_proposal.c b/src/lib/merchant_api_proposal.c @@ -231,7 +231,7 @@ TALER_MERCHANT_order_put req = json_pack ("{s:O}", "order", (json_t *) order); eh = curl_easy_init (); - if (GNUNET_OK != TEAH_curl_easy_post (&po->post_ctx, + if (GNUNET_OK != TALER_curl_easy_post (&po->post_ctx, eh, req)) {