diff options
author | Florian Dold <florian@dold.me> | 2022-02-17 11:43:48 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-02-17 11:43:48 +0100 |
commit | 1ec3eecef1318dd9c7b21c2d1a5b61dc6ae8e708 (patch) | |
tree | 0e54a6215faf7f5ca6d70bcde96d578b77a5769a /src/merchant-tools/taler-merchant-benchmark.c | |
parent | ccb3e0f161df4e3c5d60e177237384cc8f6b4b79 (diff) |
fix exchange API breakage
Diffstat (limited to 'src/merchant-tools/taler-merchant-benchmark.c')
-rw-r--r-- | src/merchant-tools/taler-merchant-benchmark.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c index 877eaa4b..d60cfeed 100644 --- a/src/merchant-tools/taler-merchant-benchmark.c +++ b/src/merchant-tools/taler-merchant-benchmark.c @@ -219,10 +219,12 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-1", "create-reserve-1", CURRENCY_5, + 0, MHD_HTTP_OK), TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-2", "create-reserve-1", CURRENCY_5, + 0, MHD_HTTP_OK), TALER_TESTING_cmd_merchant_post_orders ("create-proposal-1", merchant_url, @@ -316,6 +318,7 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-1", "create-reserve-1", CURRENCY_5, + 0, MHD_HTTP_OK), TALER_TESTING_cmd_merchant_post_orders ("create-unaggregated-proposal", alt_instance_url, @@ -344,10 +347,12 @@ run (void *cls, TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-2", "create-reserve-2", CURRENCY_5, + 0, MHD_HTTP_OK), TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-3", "create-reserve-2", CURRENCY_5, + 0, MHD_HTTP_OK), TALER_TESTING_cmd_merchant_post_orders ("create-twocoins-proposal", merchant_url, |