From 84d79e5c8eda85d4dc2af6528de19a35350ad60e Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Sun, 16 Aug 2020 02:42:03 -0400 Subject: early stages of implementing POST /orders/$ORDER_ID/refund --- src/backend/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/backend/Makefile.am') diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am index 8e99993f..af86034b 100644 --- a/src/backend/Makefile.am +++ b/src/backend/Makefile.am @@ -87,6 +87,8 @@ taler_merchant_httpd_SOURCES = \ taler-merchant-httpd_post-orders-ID-pay.h \ taler-merchant-httpd_post-orders-ID-paid.c \ taler-merchant-httpd_post-orders-ID-paid.h \ + taler-merchant-httpd_post-orders-ID-refund.c \ + taler-merchant-httpd_post-orders-ID-refund.h \ taler-merchant-httpd_post-tips-ID-pickup.c \ taler-merchant-httpd_post-tips-ID-pickup.h \ taler-merchant-httpd_qr.c \ -- cgit v1.2.3