commit 6d59f8e0105d50d1ad0fcf141ef3afec5fc528cc parent 5d153ac3713fe69b80d2f2d290106dbccebedc01 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 9 Apr 2025 20:20:49 +0200 -no more .text Diffstat:
| M | src/kyclogic/taler-exchange-helper-measure-tops-kyx-check | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kyclogic/taler-exchange-helper-measure-tops-kyx-check b/src/kyclogic/taler-exchange-helper-measure-tops-kyx-check @@ -90,7 +90,7 @@ fi INPUTS=$(jq '{"current_rules":.current_rules,"attributes":.attributes}') # Get entity type -LEGAL_ENTITY=$(echo "$INPUTS" | jq '.attributes.CUSTOMER_TYPE_VQF.text // 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.