exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit c223e4f634b2567fd0a6d76cc743af40c2ac62bb
parent 63797184608549fe91a1b75058d1e0af6b7859f2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 17 Feb 2024 18:41:55 +0100

dead template

Diffstat:
Mcontrib/Makefile.am.in | 1-
Dcontrib/kyc-proof-logic-failure.en.must | 15---------------
2 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/contrib/Makefile.am.in b/contrib/Makefile.am.in @@ -9,7 +9,6 @@ dist_tmplpkgdata_DATA = \ kyc-proof-bad-request.en.must \ kyc-proof-endpoint-unknown.en.must \ kyc-proof-internal-error.en.must \ - kyc-proof-logic-failure.en.must \ kyc-proof-target-unknown.en.must \ oauth2-authentication-failure.en.must \ oauth2-authorization-failure.en.must \ diff --git a/contrib/kyc-proof-logic-failure.en.must b/contrib/kyc-proof-logic-failure.en.must @@ -1,15 +0,0 @@ -<html> -<head> -<title>500: Internal logic failure</title> -</head> -<body> - We had an internal error processing the KYC request. -<pre> -<!-- Taler Error code --> {{ code }}: -<!-- Taler EC hint --> {{ hint }} -</pre> -<p> - <!-- human-readable message --> {{ message}} -</p> -</body> -</html>