summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_merchant_get_order.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-03-13 10:53:10 +0100
committerChristian Grothoff <christian@grothoff.org>2021-03-13 10:53:10 +0100
commita3fd8a78b07f49b31cf76c99d1d859f6c62baceb (patch)
tree5fada617e9cf7608331e2fd7ade0c279ddcefe4b /src/lib/merchant_api_merchant_get_order.c
parent2ae55e5e7ff366ed1e4602710663a25f2f85420f (diff)
downloadmerchant-a3fd8a78b07f49b31cf76c99d1d859f6c62baceb.tar.gz
merchant-a3fd8a78b07f49b31cf76c99d1d859f6c62baceb.tar.bz2
merchant-a3fd8a78b07f49b31cf76c99d1d859f6c62baceb.zip
clean up url_join calls
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);
}