Index: vhTest/Integratie/Webshop/Offerte/IngaveTotBestelling/Test.cls.xml =================================================================== diff -u -r59367 -r61085 --- vhTest/Integratie/Webshop/Offerte/IngaveTotBestelling/Test.cls.xml (.../Test.cls.xml) (revision 59367) +++ vhTest/Integratie/Webshop/Offerte/IngaveTotBestelling/Test.cls.xml (.../Test.cls.xml) (revision 61085) @@ -69,6 +69,7 @@ Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("APPS.EC.impl.Webshop.UrlBepaler_V3_Daro", "http://integratietest.daro.com", ..#Applicatie) Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("APPS.EC.impl.Webshop.UrlBepaler_V3_HaefeleBE", "http://integratietest.haefele.be", ..#Applicatie) Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("APPS.EC.impl.Webshop.UrlBepaler_V3_Hein", "http://integratietest.hein.be", ..#Applicatie) + Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("APPS.EC.impl.Webshop.UrlBepaler_V3_HaefeleDE", "http://integratietest.haefele.de", ..#Applicatie) Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("APPS.EC.impl.Webshop.UrlBepaler_V4_SFS", "http://integratietest_V4.sfsunimarket.biz", ..#Applicatie) Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("APPS.EC.impl.Webshop.UrlBepaler_V4_VanHoecke", "http://integratietest_V4.vanhoecke.be", ..#Applicatie) @@ -77,6 +78,7 @@ Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("APPS.EC.impl.Webshop.UrlBepaler_V4_Daro", "http://integratietest_V4.daro.com", ..#Applicatie) Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("APPS.EC.impl.Webshop.UrlBepaler_V4_HaefeleBE", "http://integratietest_V4.haefele.be", ..#Applicatie) Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("APPS.EC.impl.Webshop.UrlBepaler_V4_Hein", "http://integratietest_V4.hein.be", ..#Applicatie) + Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("APPS.EC.impl.Webshop.UrlBepaler_V4_HaefeleDE", "http://integratietest_V4.haefele.de", ..#Applicatie) Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("Personality_WebshopVersie_SFS", ##class(APPS.EC.enu.WebshopVersie).V3(), ..#Applicatie) Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("Personality_WebshopVersie_VanHoecke", ##class(APPS.EC.enu.WebshopVersie).V3(), ..#Applicatie) @@ -85,6 +87,7 @@ Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("Personality_WebshopVersie_Daro", ##class(APPS.EC.enu.WebshopVersie).V3(), ..#Applicatie) Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("Personality_WebshopVersie_HaefeleBE", ##class(APPS.EC.enu.WebshopVersie).V3(), ..#Applicatie) Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("Personality_WebshopVersie_Hein", ##class(APPS.EC.enu.WebshopVersie).V3(), ..#Applicatie) + Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("Personality_WebshopVersie_HaefeleDE", ##class(APPS.EC.enu.WebshopVersie).V3(), ..#Applicatie) Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("DOM.common.ProjectSettingsAPI_DaroExcludeFromDeliveryEnabled", $$$True, ..#Applicatie) @@ -150,6 +153,9 @@ Do ..VoegToeKlant("daro_1000", "Daro") Do ..UpdateKlantDataZonderVerificatie("daro_1000", "Daro_Klant", ..Taal.Engels, ##class(DOM.common.DaroPersonality).Instance()) + + Do ..VoegToeKlant("hfleDE_1000", "HaefeleDE") + Do ..UpdateHaefeleDEKlantData("hfleDE_1000", "HaefeleDE_Klant") ]]> Index: vhTest/Integratie/WebserverKlantenPerPersonalityTemplate.cls.xml =================================================================== diff -u -r57660 -r61085 --- vhTest/Integratie/WebserverKlantenPerPersonalityTemplate.cls.xml (.../WebserverKlantenPerPersonalityTemplate.cls.xml) (revision 57660) +++ vhTest/Integratie/WebserverKlantenPerPersonalityTemplate.cls.xml (.../WebserverKlantenPerPersonalityTemplate.cls.xml) (revision 61085) @@ -116,6 +116,7 @@ Quit:(PersonalityID = ..Personality.SFS) $$$True Quit:(PersonalityID = ..Personality.VanHoecke) $$$True Quit:(PersonalityID = ..Personality.VanRaemdonck) $$$True + Quit:(PersonalityID = ..Personality.HaefeleDE) $$$True Quit $$$False ]]> @@ -287,6 +288,7 @@ Do ..VoegToeGebruiker("dupont_1000_1234", "DupontGebruiker", ..Taal.Nederlands) Do ..VoegToeGebruiker("raem_1000_1234", "VanRaemdonckGebruiker", ..Taal.Nederlands) Do ..VoegToeGebruiker("daro_1000_1234", "DaroGebruiker", ..Taal.Nederlands) + Do ..VoegToeGebruiker("hfleDE_1000_1234", "HaefeleDEGebruiker", ..Taal.Duits) } ]]> @@ -389,6 +391,14 @@ Do ..InitGebruikers() ]]> + + +HaefeleDEPersonality:DOM.common.HaefeleDEPersonality + +