Refactor the ShoppingCart.*Total() methods to use (and return) BigDecimal instead of double
-------------------------------------------------------------------------------------------
Key: OFBIZ-1034
URL:
https://issues.apache.org/jira/browse/OFBIZ-1034 Project: OFBiz (The Open for Business Project)
Issue Type: Improvement
Components: order
Reporter: Jacopo Cappellato
Priority: Minor
At least the following methods in the ShoppingCart class should be refactored to use BigDecimal arithmetic:
getSubTotal()
getTotalShipping()
getTotalSalesTax()
getOrderOtherAdjustmentTotal()
getDisplayGrandTotal()
getDisplaySubTotal()
getDisplayRecurringSubTotal()
etc...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.