Index: WSimpl/EC/Unishop/OrderConfirmation/Service.cls.xml
===================================================================
diff -u -r56930 -r56931
--- WSimpl/EC/Unishop/OrderConfirmation/Service.cls.xml (.../Service.cls.xml) (revision 56930)
+++ WSimpl/EC/Unishop/OrderConfirmation/Service.cls.xml (.../Service.cls.xml) (revision 56931)
@@ -237,6 +237,7 @@
Try {
#dim OfferteIDVanHandel As %String = ..GeefOfferteIDVanHandel(EDInr)
Set OfferteVanHandel = ..OfferteService.GeefOfferte(OfferteIDVanHandel)
+ // To Do: Controleren dat OfferteVanHandel.GeefPersonality() overeenkomt met Shop.
}Catch {
#dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch("TECH.Exceptions.InvalidInputException")
Set NewException = ##class(TECH.Exceptions.InvalidInputException).%New("Invalid EDI number ("_EDInr_") for webshop.")
@@ -252,10 +253,13 @@
1
%String