merchant

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

commit 3e1a0065ffd2126f56e7b5054a386eac55b3429b
parent 347695fa07bf2bb3a0d818fa2381731f2178e0e9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  4 Aug 2024 23:52:18 +0200

bump prebuilt

Diffstat:
Msrc/testing/test_kyc_api.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c @@ -361,7 +361,7 @@ run (void *cls, cred.cfg, merchant_url, MHD_HTTP_OK, - "10-aml", /* order ID */ + "10-aml", /* order ID */ GNUNET_TIME_UNIT_ZERO_TS, GNUNET_TIME_UNIT_FOREVER_TS, true, @@ -499,7 +499,7 @@ run (void *cls, MHD_HTTP_OK), TALER_TESTING_cmd_batch ("pay", pay), -#if FIXME_FUTURE_WORK +#if FIXME_FUTURE_WORK || 1 TALER_TESTING_cmd_batch ("aml", aml), #endif