Hello everyone!
I the fresh new javadoc for KK 5.0, inside the BaseOrderTotalModule I found a method called getDiscountOrderTotalFromList() which says:
"A list of the current order totals so that an order total module can modify an order total that was previously called."
In this way every order total module can see and change a previous order total module in the calling stack? and also changing its values?
Before release 5.0.0.0 how this can be achieved? or was not possible?
ROb