diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-04 15:19:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-04 15:19:57 +0200 |
commit | 93943bdb5b6ab43b6bcfdb721f67674cc89250d6 (patch) | |
tree | 17e98a062ba886f1389ce99f5cb2fecb242a5f76 /src/testing/test_kyc_api.c | |
parent | 3e99c50c0f940fda34585225c38c9014cc1110d0 (diff) |
add KYC errors for p2p payments
Diffstat (limited to 'src/testing/test_kyc_api.c')
-rw-r--r-- | src/testing/test_kyc_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c index 13244993b..303c7e11a 100644 --- a/src/testing/test_kyc_api.c +++ b/src/testing/test_kyc_api.c @@ -106,7 +106,7 @@ run (void *cls, "create-reserve-1", "EUR:10", 0, /* age restriction off */ - MHD_HTTP_ACCEPTED), + MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS), TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-1", "create-reserve-1", "EUR:5", @@ -123,7 +123,7 @@ run (void *cls, "create-reserve-1", "EUR:5", 0, /* age restriction off */ - MHD_HTTP_ACCEPTED), + MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS), TALER_TESTING_cmd_proof_kyc ("proof-kyc", "create-reserve-1", "pass", |