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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/merchant_api_proposal.c b/src/lib/merchant_api_proposal.c
index 72b44fa8..47446ee2 100644
--- a/src/lib/merchant_api_proposal.c
+++ b/src/lib/merchant_api_proposal.c
@@ -245,6 +245,11 @@ TALER_MERCHANT_order_put (struct GNUNET_CURL_Context *ctx,
curl_easy_setopt (eh,
CURLOPT_POSTFIELDSIZE,
strlen (po->json_enc)));
+
+ GNUNET_assert
+ (GNUNET_OK == GNUNET_CURL_append_header
+ (ctx, APIKEY_SANDBOX));
+
po->job = GNUNET_CURL_job_add (ctx,
eh,
GNUNET_YES,