From 94f8e779a3a8706d5ade4f1871607132acb9e026 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Thu, 23 Jul 2020 20:00:13 -0400 Subject: test pay with NULL session_id --- src/merchant-tools/taler-merchant-benchmark.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/merchant-tools/taler-merchant-benchmark.c') diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c index b86f78a2..09e82322 100644 --- a/src/merchant-tools/taler-merchant-benchmark.c +++ b/src/merchant-tools/taler-merchant-benchmark.c @@ -219,7 +219,8 @@ run (void *cls, "create-proposal-1", "withdraw-coin-1", CURRENCY_5, - CURRENCY_4_99), + CURRENCY_4_99, + NULL), TALER_TESTING_cmd_rewind_ip ("rewind-payments", "create-reserve", payments_number), @@ -239,7 +240,8 @@ run (void *cls, "create-proposal-2", "withdraw-coin-2", CURRENCY_5, - CURRENCY_4_99), + CURRENCY_4_99, + NULL), /* /track/transaction over deposit-simple-2 */ TALER_TESTING_cmd_exec_aggregator ("aggregate-1", @@ -296,7 +298,8 @@ run (void *cls, "create-unaggregated-proposal", "withdraw-coin-1", CURRENCY_5, - CURRENCY_4_99), + CURRENCY_4_99, + NULL), TALER_TESTING_cmd_rewind_ip ("rewind-unaggregated", "create-reserve-1", unaggregated_number), @@ -327,7 +330,8 @@ run (void *cls, "create-twocoins-proposal", "withdraw-coin-2;withdraw-coin-3", CURRENCY_10, - CURRENCY_9_98), + CURRENCY_9_98, + NULL), TALER_TESTING_cmd_exec_aggregator ("aggregate-twocoins", cfg_filename), TALER_TESTING_cmd_rewind_ip ("rewind-twocoins", -- cgit v1.2.3