exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 09ad1c3068872a5bd935cb3078ad7fdb3893ce09
parent e31e0dfeac3215651b10931d7bb8049b6985485e
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 28 Jan 2026 06:58:36 +0100

Merge branch 'master' of git+ssh://git.taler.net/exchange

Diffstat:
Msrc/mhd/Makefile.am | 1+
Msrc/testing/test-sanctions.sh | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mhd/Makefile.am b/src/mhd/Makefile.am @@ -57,6 +57,7 @@ libtalermhd2_la_LIBADD = \ -lz \ $(XLIB) +AM_TESTS_ENVIRONMENT=export TALER_EXCHANGE_PREFIX=$${TALER_EXCHANGE_PREFIX:-@libdir@};export PATH=$${TALER_EXCHANGE_PREFIX:-@prefix@}/bin:$$PATH;export TALER_AUDITOR_PREFIX=$${TALER_AUDITOR_PREFIX:-@libdir@}; EXTRA_DIST = \ test_typst.conf \ diff --git a/src/testing/test-sanctions.sh b/src/testing/test-sanctions.sh @@ -77,7 +77,7 @@ ID=$(jq -r .requirements[0].id < "$LAST_RESPONSE") echo -n "Submitting KYC form..." >&2 STATUS=$(curl -H "Content-Type: application/json" -X POST \ "http://localhost:8081/kyc-upload/$ID" \ - -d '{"FULL_NAME":"Bob","DATE_OF_BIRTH":"5.7.1980"}' \ + -d '{"FORM_ID": "test", "FULL_NAME":"Bob","DATE_OF_BIRTH":"5.7.1980"}' \ -w "%{http_code}" -s -o "$LAST_RESPONSE") echo $STATUS