From 6624576c0cdd81072256d8abbfe6dd1343f956c6 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Wed, 17 Jun 2020 21:35:09 -0400 Subject: implementations, tests, and renames for GET /tips/ & GET /private/tips/ --- src/testing/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/testing/Makefile.am') diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 6a3aedaa..d8025bf0 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -29,6 +29,7 @@ libtalermerchanttesting_la_SOURCES = \ testing_api_cmd_delete_product.c \ testing_api_cmd_delete_reserve.c \ testing_api_cmd_lock_product.c \ + testing_api_cmd_merchant_get_tip.c \ testing_api_cmd_pay_order.c \ testing_api_cmd_post_instances.c \ testing_api_cmd_post_orders.c \ @@ -42,8 +43,8 @@ libtalermerchanttesting_la_SOURCES = \ testing_api_cmd_rewind.c \ testing_api_cmd_tip_authorize.c \ testing_api_cmd_tip_pickup.c \ - testing_api_cmd_tip_query.c \ testing_api_cmd_track_transaction.c \ + testing_api_cmd_wallet_get_tip.c \ testing_api_helpers.c \ testing_api_trait_merchant_sig.c \ testing_api_trait_string.c \ -- cgit v1.2.3