taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 10773fdd51d032614826b4d5f01a0ae48445845e
parent a011a780d8002ce54e5e94afccde5cf8194a3f9b
Author: Florian Dold <florian@dold.me>
Date:   Wed, 28 Jan 2026 00:10:07 +0100

aml: fix properties test

Diffstat:
Mpackages/taler-util/src/aml/properties.test.ts | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/packages/taler-util/src/aml/properties.test.ts b/packages/taler-util/src/aml/properties.test.ts @@ -50,7 +50,10 @@ test("AML prop derivation for TOPS, vqf_902_4", (t) => { }, ); t.deepEqual(props, { + [TalerAmlProperties.PEP_DOMESTIC]: false, + [TalerAmlProperties.PEP_INTERNATIONAL_ORGANIZATION]: false, [TalerAmlProperties.HIGH_RISK_CUSTOMER]: true, + [TalerAmlProperties.HIGH_RISK_COUNTRY]: false, [TalerAmlProperties.PEP_FOREIGN]: true, }); }