summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-05 17:19:14 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-05 17:19:14 +0100
commit6bec1b52c5db88a4593574e6143f23843ff7bfa1 (patch)
treee44247585aa7214daf2815a655b3adda2796ac8d
parent4bc424f942208c40d199bd0a75599aa179dadbcf (diff)
downloadmerchant-6bec1b52c5db88a4593574e6143f23843ff7bfa1.tar.gz
merchant-6bec1b52c5db88a4593574e6143f23843ff7bfa1.tar.bz2
merchant-6bec1b52c5db88a4593574e6143f23843ff7bfa1.zip
spaces
-rw-r--r--src/lib/test_merchant_api.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 69ed400b..70694ff7 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -496,7 +496,7 @@ run (void *cls,
("refund-increase-1",
merchant_url,
"refund test",
- "1",
+ "1", /* order ID */
"EUR:0.1",
"EUR:0.01",
MHD_HTTP_OK),
@@ -1004,7 +1004,6 @@ run (void *cls,
};
struct TALER_TESTING_Command commands[] = {
-
TALER_TESTING_cmd_batch ("pay",
pay),
@@ -1027,16 +1026,12 @@ run (void *cls,
TALER_TESTING_cmd_batch ("refund",
refund),
-
TALER_TESTING_cmd_batch ("tip",
tip),
-
TALER_TESTING_cmd_batch ("pay-again",
pay_again),
-
TALER_TESTING_cmd_batch ("pay-abort",
pay_abort),
-
TALER_TESTING_cmd_history_default_start
("history-default-start",
merchant_url,