commit 65efabc74d61df615652373a900c04d5d53753c8
parent 8d36508ed4e26ce8a65d74737cd5ea27427ce02e
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Tue, 19 Mar 2024 02:04:10 +0100
fix ec
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/donau/donau-httpd_post-batch-issue.c b/src/donau/donau-httpd_post-batch-issue.c
@@ -214,7 +214,7 @@ DH_handler_issue_receipts_post (struct DH_RequestContext *rc,
return TALER_MHD_reply_with_error (
rc->connection,
MHD_HTTP_FORBIDDEN,
- DONAU_CHARITY_SIGNATURE_INVALID,
+ TALER_EC_DONAU_CHARITY_SIGNATURE_INVALID,
NULL);
}