From 974b2b2c3077c929850c1598af1e1e124f530a7f Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Fri, 24 Jul 2020 03:15:16 -0400 Subject: implement & test POST /paid --- src/testing/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testing/Makefile.am') diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index bb76eaca..769abd97 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -36,6 +36,7 @@ libtalermerchanttesting_la_SOURCES = \ testing_api_cmd_merchant_get_tip.c \ testing_api_cmd_pay_order.c \ testing_api_cmd_post_instances.c \ + testing_api_cmd_post_orders_paid.c \ testing_api_cmd_post_orders.c \ testing_api_cmd_post_products.c \ testing_api_cmd_post_reserves.c \ -- cgit v1.2.3