From 9bac37cbe6a2774782a515458098883bbf98b4b6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 13 May 2020 19:15:14 +0200 Subject: sketch for GET /transfers cmd --- src/testing/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/testing/Makefile.am') diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 2b3386ef..c0165e9c 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -21,13 +21,15 @@ libtalermerchanttesting_la_SOURCES = \ testing_api_cmd_get_instances.c \ testing_api_cmd_get_product.c \ testing_api_cmd_get_products.c \ + testing_api_cmd_get_transfers.c \ testing_api_cmd_delete_instance.c \ testing_api_cmd_delete_product.c \ testing_api_cmd_lock_product.c \ testing_api_cmd_pay_order.c \ testing_api_cmd_post_instances.c \ - testing_api_cmd_post_products.c \ testing_api_cmd_post_orders.c \ + testing_api_cmd_post_products.c \ + testing_api_cmd_post_transfers.c \ testing_api_cmd_patch_instance.c \ testing_api_cmd_patch_product.c \ testing_api_cmd_refund_order.c \ @@ -37,7 +39,6 @@ libtalermerchanttesting_la_SOURCES = \ testing_api_cmd_tip_pickup.c \ testing_api_cmd_tip_query.c \ testing_api_cmd_track_transaction.c \ - testing_api_cmd_track_transfer.c \ testing_api_helpers.c \ testing_api_trait_merchant_sig.c \ testing_api_trait_string.c \ -- cgit v1.2.3