merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 76a97f5680d11ce2a7e7cca9cd67c38698fc42f7
parent 20b86f40e29ec3ee7d8d29b068807b2c563fcf16
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 14 Dec 2020 17:21:23 +0100

adapt to libtalertesting API change (minor)

Diffstat:
Msrc/testing/test_merchant_api.c | 7+++++--
Msrc/testing/test_merchant_api_twisted.c | 7+++++--
2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c @@ -1141,9 +1141,12 @@ run (void *cls, false), TALER_TESTING_cmd_exec_offline_sign_keys ("offline-sign-future-keys", CONFIG_FILE), + TALER_TESTING_cmd_exec_offline_sign_fees ("offline-sign-fees", + CONFIG_FILE, + "EUR:0.01", + "EUR:0.01"), TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys", - 1, - 232 /* FIXME: wrong number... */), + 1), TALER_TESTING_cmd_batch ("orders-id", get_private_order_id), TALER_TESTING_cmd_config ("config", diff --git a/src/testing/test_merchant_api_twisted.c b/src/testing/test_merchant_api_twisted.c @@ -331,9 +331,12 @@ run (void *cls, false), TALER_TESTING_cmd_exec_offline_sign_keys ("offline-sign-future-keys", CONFIG_FILE), + TALER_TESTING_cmd_exec_offline_sign_fees ("offline-sign-fees", + CONFIG_FILE, + "EUR:0.01", + "EUR:0.01"), TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys", - 1, - 232 /* FIXME: wrong number... */), + 1), TALER_TESTING_cmd_merchant_post_instances ("instance-create-default", twister_merchant_url, "default",