cartman icon indicating copy to clipboard operation
cartman copied to clipboard

Use BigDecimal as opposed to floats

Open coachcheezy opened this issue 11 years ago • 0 comments

Converted Item.cost and cart.total to use BigDecimal as opposed to floats.

A simple example of how floats will fail: Add an item with a unit cost of $2.30. When you call cart.total you will get 2.29.

coachcheezy avatar Dec 03 '13 20:12 coachcheezy