commit c65a5ba631ee5df90426b124c276dd97d4a35d2c
parent 2e943032bf46e6cd8839d5292b141a38f7ae61e2
Author: Florian Dold <florian@dold.me>
Date: Fri, 14 Nov 2025 18:41:55 +0100
remove unnecessary ifdef
With this ifdef, logging of phases produced different output depending
on whether we support DONAU or not, which makes analyzing logs
unnecessarily harder.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -125,12 +125,10 @@ enum PayPhase
*/
PP_PAY_TRANSACTION,
-#ifdef HAVE_DONAU_DONAU_SERVICE_H
/**
* Communicate with DONAU to generate a donation receipt from the donor BUDIs.
*/
PP_REQUEST_DONATION_RECEIPT,
-#endif
/**
* Process the donation receipt response from DONAU (save the donau_sigs to the db).