Index: WSimpl/EC/Unishop/OrderConfirmation/Service/IntractoMelder.cls.xml
===================================================================
diff -u -r51653 -r51755
--- WSimpl/EC/Unishop/OrderConfirmation/Service/IntractoMelder.cls.xml (.../IntractoMelder.cls.xml) (revision 51653)
+++ WSimpl/EC/Unishop/OrderConfirmation/Service/IntractoMelder.cls.xml (.../IntractoMelder.cls.xml) (revision 51755)
@@ -8,14 +8,20 @@
1
+
+vhLib.Logger
+1
+
+
-IntractoMelder:WSimpl.EC.Unishop.OrderConfirmation.Service.IntractoMelder.CartPort=""
+IntractoMelder:WSimpl.EC.Unishop.OrderConfirmation.Service.IntractoMelder.CartPort="",Logger:vhLib.Logger=""
1
1
%Status
1
@@ -35,7 +41,7 @@
Set UpdateStatusResponse = ##class(WSimpl.EC.Unishop.OrderConfirmation.Service.IntractoMelder.UpdateStatusResponse).%New()
Set UpdateStatusResponse.success = $$$False
Set UpdateStatusResponse.error = GecatchteException.GeefOmschrijving()
- Do ##class(vhLib.Logger).LogEnMailExceptie(NewException)
+ Do ..Logger.LogEnMailExceptie(NewException)
}
Else {
Do ##class(TECH.ExceptionHandler).Throw(NewException)