gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -return EC as part of 451 KYC re


From: gnunet
Subject: [taler-exchange] branch master updated: -return EC as part of 451 KYC required replies
Date: Wed, 11 Jan 2023 17:33:06 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 30c6580c -return EC as part of 451 KYC required replies
     new f2e444a6 Merge branch 'master' of git+ssh://git.taler.net/exchange
30c6580c is described below

commit 30c6580c4eb90050cf2f58127eb71da2b9f0d459
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 11 17:32:56 2023 +0100

    -return EC as part of 451 KYC required replies
---
 contrib/gana                                  | 2 +-
 src/exchange/taler-exchange-httpd_responses.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/gana b/contrib/gana
index df1d1989..9753b06e 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit df1d198918cbdd03c18723d818979c8d09f8f231
+Subproject commit 9753b06eded9186429380f002a073adee06dccfc
diff --git a/src/exchange/taler-exchange-httpd_responses.c 
b/src/exchange/taler-exchange-httpd_responses.c
index c5fed44a..ab9b8139 100644
--- a/src/exchange/taler-exchange-httpd_responses.c
+++ b/src/exchange/taler-exchange-httpd_responses.c
@@ -1128,6 +1128,7 @@ TEH_RESPONSE_reply_kyc_required (struct MHD_Connection 
*connection,
   return TALER_MHD_REPLY_JSON_PACK (
     connection,
     MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS,
+    TALER_JSON_pack_ec (TALER_EC_EXCHANGE_GENERIC_KYC_REQUIRED),
     GNUNET_JSON_pack_data_auto ("h_payto",
                                 h_payto),
     GNUNET_JSON_pack_uint64 ("requirement_row",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]