commit 7194fb0020669e3fd301361925e488950bc5ebd4
parent 3c9bbe1abcd65ce703822b0b235b4e30667aa7f8
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 1 Apr 2025 15:08:30 +0200
ensure names match latest tops spec
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/kyclogic/taler-exchange-helper-measure-tops-kyx-check b/src/kyclogic/taler-exchange-helper-measure-tops-kyx-check
@@ -35,6 +35,7 @@ do
a)
# Legal entity type is required.
echo "CUSTOMER_TYPE"
+ echo "CUSTOMER_TYPE_VQF"
exit 0
;;
c)
@@ -89,7 +90,7 @@ fi
INPUTS=$(jq '{"current_rules":.current_rules,"attributes":.attributes}')
# Get entity type
-LEGAL_ENTITY=$(echo "$INPUTS" | jq '.attributes.SWISS_VQF_LEGAL_ENTITY_TYPE // null')
+LEGAL_ENTITY=$(echo "$INPUTS" | jq '.attributes.CUSTOMER_TYPE_VQF // null')
# Get current rules.
CURRENT_RULES=$(echo "$INPUTS" | jq '.current_rules // null')
# Get context values.