summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_merchant_get_order.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_merchant_get_order.c')
-rw-r--r--src/lib/merchant_api_merchant_get_order.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/merchant_api_merchant_get_order.c b/src/lib/merchant_api_merchant_get_order.c
index 7cce082a..466f2cd1 100644
--- a/src/lib/merchant_api_merchant_get_order.c
+++ b/src/lib/merchant_api_merchant_get_order.c
@@ -489,8 +489,7 @@ TALER_MERCHANT_merchant_order_get (struct GNUNET_CURL_Context *ctx,
path,
"session_id", session_id,
"transfer", transfer ? "YES" : "NO",
- (0 != tms) ? "timeout_ms" : NULL,
- timeout_ms,
+ "timeout_ms", (0 != tms) ? timeout_ms : NULL,
NULL);
GNUNET_free (path);
}