diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 17 | ||||
-rw-r--r-- | contrib/bad_gateway.en.must | 12 | ||||
-rw-r--r-- | contrib/kyc_user_failed.en.must | 20 | ||||
-rw-r--r-- | contrib/persona-exchange-unauthorized.en.must (renamed from contrib/kyc_provider_unauthorized.en.must) | 0 | ||||
-rw-r--r-- | contrib/persona-exchange-unpaid.en.must (renamed from contrib/kyc_provider_unpaid.en.must) | 0 | ||||
-rw-r--r-- | contrib/persona-invalid-response.en.must (renamed from contrib/kyc_provider_unexpected_reply.en.must) | 4 | ||||
-rw-r--r-- | contrib/persona-kyc-failed.en.must (renamed from contrib/kyc_failed.en.must) | 0 | ||||
-rw-r--r-- | contrib/persona-load-failure.en.must (renamed from contrib/kyc_provider_ratelimit.en.must) | 0 | ||||
-rw-r--r-- | contrib/persona-logic-failure.en.must (renamed from contrib/kyc_interaction_failed.en.must) | 0 | ||||
-rw-r--r-- | contrib/persona-network-timeout.en.must (renamed from contrib/kyc_provider_timeout.en.must) | 0 | ||||
-rw-r--r-- | contrib/persona-provider-failure.en.must (renamed from contrib/kyc_provider_internal_error.en.must) | 0 |
11 files changed, 10 insertions, 43 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index c69be57e4..aae1473b8 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -3,15 +3,14 @@ SUBDIRS = . tmplpkgdatadir = $(prefix)/share/taler/exchange/templates/ dist_tmplpkgdata_DATA = \ - bad_gateway.en.must \ - kyc_provider_unauthorized.en.must \ - kyc_provider_unexpected_reply.en.must \ - kyc_interaction_failed.en.must \ - kyc_provider_unpaid.en.must \ - kyc_provider_internal_error.en.must \ - kyc_user_failed.en.must \ - kyc_provider_ratelimit.en.must \ - kyc_provider_timeout.en.must + persona-exchange-unauthorized.en.must \ + persona-load-failure.en.must \ + persona-exchange-unpaid.en.must \ + persona-logic-failure.en.must \ + persona-invalid-response.en.must \ + persona-network-timeout.en.must \ + persona-kyc-failed.en.must \ + persona-provider-failure.en.must # %%.must: merchant-backoffice/%.html # WTF: cp $< $@ diff --git a/contrib/bad_gateway.en.must b/contrib/bad_gateway.en.must deleted file mode 100644 index f177db900..000000000 --- a/contrib/bad_gateway.en.must +++ /dev/null @@ -1,12 +0,0 @@ -<html> -<head> -<title>KYC server failure</title> -</head> -<body> -The KYC backend returned a malformed response, reproduced -below. Please inform the exchange operator about this failure. -<pre> -{{ kyc_server_reply }} -</pre> -</body> -</html>
\ No newline at end of file diff --git a/contrib/kyc_user_failed.en.must b/contrib/kyc_user_failed.en.must deleted file mode 100644 index 54a4637c4..000000000 --- a/contrib/kyc_user_failed.en.must +++ /dev/null @@ -1,20 +0,0 @@ -<html> -<head> -<title>KYC authentication failed</title> -</head> -<body> -You failed the KYC check. See below for details. -<!-- {{logic}} indicates the type of KYC provider - which generated the reply; for now, only - "kycaid" is possible. Switch on the - {{logic}} to render results in a provider-specific - way. (or introduce new templates per provider?) --> -<!-- TODO: figure out exactly what the - format of 'verifications' is here - based on KYCAID documentation and parse - that here. --> -<pre> -{{ verifications }} -</pre> -</body> -</html>
\ No newline at end of file diff --git a/contrib/kyc_provider_unauthorized.en.must b/contrib/persona-exchange-unauthorized.en.must index 9b4858178..9b4858178 100644 --- a/contrib/kyc_provider_unauthorized.en.must +++ b/contrib/persona-exchange-unauthorized.en.must diff --git a/contrib/kyc_provider_unpaid.en.must b/contrib/persona-exchange-unpaid.en.must index 65fa4f9b7..65fa4f9b7 100644 --- a/contrib/kyc_provider_unpaid.en.must +++ b/contrib/persona-exchange-unpaid.en.must diff --git a/contrib/kyc_provider_unexpected_reply.en.must b/contrib/persona-invalid-response.en.must index b3df670a4..a288ae074 100644 --- a/contrib/kyc_provider_unexpected_reply.en.must +++ b/contrib/persona-invalid-response.en.must @@ -1,9 +1,9 @@ <html> <head> -<title>KYC provider returned unexpected status code</title> +<title>KYC provider returned unexpected response</title> </head> <body> -The KYC backend returned an unexpected status code. +The KYC backend returned an unexpected response. <pre> {{ kyc_http_status }} {{ kyc_logic }} diff --git a/contrib/kyc_failed.en.must b/contrib/persona-kyc-failed.en.must index c1e27a821..c1e27a821 100644 --- a/contrib/kyc_failed.en.must +++ b/contrib/persona-kyc-failed.en.must diff --git a/contrib/kyc_provider_ratelimit.en.must b/contrib/persona-load-failure.en.must index 77917c0b3..77917c0b3 100644 --- a/contrib/kyc_provider_ratelimit.en.must +++ b/contrib/persona-load-failure.en.must diff --git a/contrib/kyc_interaction_failed.en.must b/contrib/persona-logic-failure.en.must index 504cd09c9..504cd09c9 100644 --- a/contrib/kyc_interaction_failed.en.must +++ b/contrib/persona-logic-failure.en.must diff --git a/contrib/kyc_provider_timeout.en.must b/contrib/persona-network-timeout.en.must index c1ad79b34..c1ad79b34 100644 --- a/contrib/kyc_provider_timeout.en.must +++ b/contrib/persona-network-timeout.en.must diff --git a/contrib/kyc_provider_internal_error.en.must b/contrib/persona-provider-failure.en.must index 37d1e0f3a..37d1e0f3a 100644 --- a/contrib/kyc_provider_internal_error.en.must +++ b/contrib/persona-provider-failure.en.must |