merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 19349ef7266e3a26d23dcb7ad0f01daf57802494
parent ca5d231926f9a701a8ae26ddf3ae28435f40f840
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  5 Aug 2024 10:23:48 +0200

test passes

Diffstat:
Msrc/testing/test_kyc_api.c | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c @@ -419,10 +419,7 @@ run (void *cls, /* AML-frozen: hence nothing happened at the bank yet: */ TALER_TESTING_cmd_check_bank_empty ( "check_bank_empty-aml-2"), -#if FIXME /* Now we should get a status of KYC required */ - // FIXME: instead, this fails because the exchange - // tells us no KYC is required! Why? TALER_TESTING_cmd_merchant_kyc_get ( "aml-frozen-kyc-required", merchant_url, @@ -440,7 +437,7 @@ run (void *cls, "post-transfer-1", true /* keep investigating */, GNUNET_TIME_UNIT_HOURS /* expiration */, - NULL /* successor measure: default */, + NULL /* new measure: none */, "{\"rules\":[" "{\"timeframe\":{\"d_us\":3600000000}," " \"threshold\":\"EUR:100\"," @@ -486,7 +483,6 @@ run (void *cls, "post-transfer-1", "post-transfer-aml", NULL), -#endif TALER_TESTING_cmd_end () }; /* end of aml batch */