summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_merchant_get_order.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-16 20:52:45 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-16 20:52:45 +0200
commit6bfe1eb75609fbcb6a8ef1b160d64140981c71e2 (patch)
tree9cbe5d9fdab05023eb1ac8787cbd9d481041d5a1 /src/lib/merchant_api_merchant_get_order.c
parent9e2df4ccea8975257d151111000e1f89c071eac2 (diff)
downloadmerchant-6bfe1eb75609fbcb6a8ef1b160d64140981c71e2.tar.gz
merchant-6bfe1eb75609fbcb6a8ef1b160d64140981c71e2.tar.bz2
merchant-6bfe1eb75609fbcb6a8ef1b160d64140981c71e2.zip
API change, #6188
Diffstat (limited to 'src/lib/merchant_api_merchant_get_order.c')
-rw-r--r--src/lib/merchant_api_merchant_get_order.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/merchant_api_merchant_get_order.c b/src/lib/merchant_api_merchant_get_order.c
index b29823f4..25cce306 100644
--- a/src/lib/merchant_api_merchant_get_order.c
+++ b/src/lib/merchant_api_merchant_get_order.c
@@ -479,7 +479,6 @@ TALER_MERCHANT_merchant_order_get (struct GNUNET_CURL_Context *ctx,
if (NULL == (omgh->job =
GNUNET_CURL_job_add (ctx,
eh,
- GNUNET_YES,
&handle_merchant_order_get_finished,
omgh)))
{