diff options
-rw-r--r-- | src/merchant-tools/taler-merchant-benchmark.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c index 90aa972a..684ffddd 100644 --- a/src/merchant-tools/taler-merchant-benchmark.c +++ b/src/merchant-tools/taler-merchant-benchmark.c @@ -248,7 +248,7 @@ run (void *cls, TALER_TESTING_cmd_merchant_post_orders ("create-proposal-2", merchant_url, MHD_HTTP_OK, - "order-worth-5-track", + NULL, /* random order ID */ GNUNET_TIME_UNIT_ZERO_ABS, GNUNET_TIME_UNIT_FOREVER_ABS, "EUR:5.0"), @@ -320,12 +320,12 @@ run (void *cls, TALER_TESTING_cmd_merchant_post_orders ("create-unaggregated-proposal", alt_instance_url, MHD_HTTP_OK, - "order-worth-5-unaggregated", + NULL, /* use random order ID */ GNUNET_TIME_UNIT_ZERO_ABS, GNUNET_TIME_UNIT_FOREVER_ABS, "EUR:5.0"), TALER_TESTING_cmd_merchant_pay_order ("deposit-unaggregated", - merchant_url, + alt_instance_url, MHD_HTTP_OK, "create-unaggregated-proposal", "withdraw-coin-1", @@ -352,7 +352,7 @@ run (void *cls, TALER_TESTING_cmd_merchant_post_orders ("create-twocoins-proposal", merchant_url, MHD_HTTP_OK, - "order-worth-10-2coins", + NULL, /* use random order ID */ GNUNET_TIME_UNIT_ZERO_ABS, GNUNET_TIME_UNIT_FOREVER_ABS, "EUR:10.0"), |