summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_proposal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_proposal.c')
-rw-r--r--src/lib/merchant_api_proposal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_proposal.c b/src/lib/merchant_api_proposal.c
index 9430206c..0013a5fe 100644
--- 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))
{