taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit fa22f2164c39859a364aa0e852a655d550971a26
parent 6bcf4e534c9abef648ae1ab54883f676ddeb9735
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 30 Mar 2025 10:47:29 +0200

associate bug with open FIXME

Diffstat:
Mdeployments/tops.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deployments/tops.rst b/deployments/tops.rst @@ -731,13 +731,13 @@ to document the risk profile of a customer. when HIGH_RISK_COUNTRY { HIGH_RISK_ACCEPTANCE_DATE :: Date } - // FIXME: Unclear if this is single-choice or multiple-choice + // FIXME-#9679: Unclear if this is single-choice or multiple-choice COUNTRY_RISK_NATIONALITY_TYPE :: List[ 'NATIONALITY_CUSTOMER' | 'NATIONALITY_OWNER' | 'DOMICILE_CUSTOMER' | 'DOMICILE_OWNER' | 'DOMICILE_CONTROLLING'] COUNTRY_RISK_NATIONALITY_LEVEL :: 'LOW' | 'MEDIUM' | 'HIGH' - // FIXME: Unclear if this is single-choice or multiple-choice + // FIXME-#9679: Unclear if this is single-choice or multiple-choice COUNTRY_RISK_BUSINESS_TYPE :: List['CUSTOMER' | 'OWNER'] COUNTRY_RISK_BUSINESS_LEVEL :: 'LOW' | 'MEDIUM' | 'HIGH' COUNTRY_RISK_PAYMENTS_LEVEL :: 'LOW' | 'MEDIUM' | 'HIGH'