diff options
Diffstat (limited to 'src/backend/taler-merchant-httpd_templating.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_templating.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_templating.c b/src/backend/taler-merchant-httpd_templating.c index b604f6ba..393104dc 100644 --- a/src/backend/taler-merchant-httpd_templating.c +++ b/src/backend/taler-merchant-httpd_templating.c @@ -146,7 +146,7 @@ TMH_return_from_template (struct MHD_Connection *connection, if (MHD_YES != TALER_MHD_reply_with_error (connection, MHD_HTTP_NOT_ACCEPTABLE, - TALER_EC_MERCHANT_FAILED_TO_LOAD_TEMPLATE, + TALER_EC_MERCHANT_GENERIC_FAILED_TO_LOAD_TEMPLATE, template)) return GNUNET_SYSERR; return GNUNET_NO; @@ -164,7 +164,7 @@ TMH_return_from_template (struct MHD_Connection *connection, if (MHD_YES != TALER_MHD_reply_with_error (connection, MHD_HTTP_INTERNAL_SERVER_ERROR, - TALER_EC_MERCHANT_FAILED_TO_EXPAND_TEMPLATE, + TALER_EC_MERCHANT_GENERIC_FAILED_TO_EXPAND_TEMPLATE, template)) return GNUNET_SYSERR; return GNUNET_NO; |