I have been using a code snippet that included
new OrderCalc(order).getTotal(null)
Between releases 167.7 and 168 this changed from returning the order total and now returns 0. I am guessing that I can say getTotal(order.getLineItems()) but this is troubling because functionality that my app relies on has changed out from under me. How can I know what changes are being made to try to protect against this?
Danielle
Ok - this is not duplicating the same way it did last night. I will try again in a bit, but using (null) like the code you gave me last year is returning 0 in all cases I am seeing at the moment.
However the greater question still stands - are there any release notes for new versions?