summaryrefslogtreecommitdiff
path: root/src/lib/test_merchant_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/test_merchant_api.c')
-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,