Index: vhTest/Mock/WSimpl/Vhisie4/Auth/HandelAuthenticator/ContactGegevensRegistreerder/KlantDataBepaler.cls.xml
===================================================================
diff -u -r45823 -r54984
--- vhTest/Mock/WSimpl/Vhisie4/Auth/HandelAuthenticator/ContactGegevensRegistreerder/KlantDataBepaler.cls.xml (.../KlantDataBepaler.cls.xml) (revision 45823)
+++ vhTest/Mock/WSimpl/Vhisie4/Auth/HandelAuthenticator/ContactGegevensRegistreerder/KlantDataBepaler.cls.xml (.../KlantDataBepaler.cls.xml) (revision 54984)
@@ -8,6 +8,13 @@
WSimpl.Vhisie4.Auth.HandelAuthenticator.ContactGegevensRegistreerder.KlantDataBepaler,Tools.Mock.MockClassBase
right
+
+HandelKlantDataRepository:DOM.VKP.impl.HandelKlantDataRepository,WebshopSessionService:APPS.EC.WebshopSessionService
+%Status
+
+
+
RegistreerContactGegevensRequest:WS.Vhisie4.Auth.RegistreerContactGegevensRequest,HandelPersonality:DOM.common.impl.HandelPersonality
DOM.VKP.impl.HandelKlantData
Index: WSimpl/Vhisie4/Auth/HandelAuthenticator/ContactGegevensRegistreerder/KlantDataBepaler.cls.xml
===================================================================
diff -u -r53787 -r54984
--- WSimpl/Vhisie4/Auth/HandelAuthenticator/ContactGegevensRegistreerder/KlantDataBepaler.cls.xml (.../KlantDataBepaler.cls.xml) (revision 53787)
+++ WSimpl/Vhisie4/Auth/HandelAuthenticator/ContactGegevensRegistreerder/KlantDataBepaler.cls.xml (.../KlantDataBepaler.cls.xml) (revision 54984)
@@ -34,7 +34,7 @@
#dim KlantData As DOM.VKP.impl.HandelKlantData
#dim KlantId As %String = ""
- If ##class(TECH.StringUtils).Equals(RegistreerContactGegevensRequest.Header.PersonalityId,##class(DOM.common.enu.Personality).Hein(),##class(DOM.common.enu.Personality).Seefelder(),##class(DOM.common.enu.Personality).Zweygart(),##class(DOM.common.enu.Personality).BeslagDesign()) && $$$HasLength(RegistreerContactGegevensRequest.Header.KlantId){
+ If ##class(TECH.StringUtils).Equals(RegistreerContactGegevensRequest.Header.PersonalityId,##class(DOM.common.enu.Personality).Destil(),##class(DOM.common.enu.Personality).Hein(),##class(DOM.common.enu.Personality).Seefelder(),##class(DOM.common.enu.Personality).Zweygart(),##class(DOM.common.enu.Personality).BeslagDesign()) && $$$HasLength(RegistreerContactGegevensRequest.Header.KlantId){
Set KlantId = HandelPersonality.GeefPrefix()_RegistreerContactGegevensRequest.Header.KlantId
Set KlantData = ..MaakHandelKlantData(KlantId,RegistreerContactGegevensRequest)
} ElseIf (RegistreerContactGegevensRequest.Header.KlantId = "") {