exchange

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

commit 98d4107a741799e3f9a36c6af486cc80bf669a59
parent b526e41df3ec3a1a267ad1844d0d302c1d30f6ba
Author: Florian Dold <florian@dold.me>
Date:   Mon,  7 Jul 2025 22:46:27 +0200

fix another FORM_ID

Diffstat:
Msrc/kyclogic/taler-exchange-helper-measure-test-form | 2+-
Msrc/testing/test_kyc_api.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/kyclogic/taler-exchange-helper-measure-test-form b/src/kyclogic/taler-exchange-helper-measure-test-form @@ -87,7 +87,7 @@ fi A=$(jq -r .attributes) # Get form ID -FORM_ID=$(echo "$A" | jq -r '.form_id') +FORM_ID=$(echo "$A" | jq -r '.FORM_ID') # The 'form' here should be the 'test' form if [ "$FORM_ID" != "test" ] diff --git a/src/testing/test_kyc_api.c b/src/testing/test_kyc_api.c @@ -763,7 +763,7 @@ run (void *cls, "get-kyc-info-form", 0, /* requirement index */ "application/json", - "{\"form_id\":\"test\",\"FULL_NAME\":\"Bob\",\"DATE_OF_BIRTH\":\"1990-00-00\"}", + "{\"FORM_ID\":\"test\",\"FULL_NAME\":\"Bob\",\"DATE_OF_BIRTH\":\"1990-00-00\"}", MHD_HTTP_NO_CONTENT), /* now this should be allowed */ TALER_TESTING_cmd_wallet_kyc_get (