elcodi / bamboo

Meet Bamboo, an e-commerce project built on top of Elcodi and Symfony. Give us a star to support our project :)
http://bamboo.elcodi.com
MIT License
198 stars 43 forks source link

Fixed money precision in some cases #549

Closed mmoreram closed 9 years ago

mmoreram commented 9 years ago

When a product price was set as 9.87, then the value was saved as 9.86. This problem relies in how Symfony Forms plays with numbers, even when are decimals. We've solved this by giving the responsibility of converting floats to integers and viceversa to the MoneyDataMaper, so we can safely do that conversion.

mickaelandrieu commented 9 years ago

Wow !!! was my patch :'(

mmoreram commented 9 years ago

@mickaelandrieu We still love you! XD

mickaelandrieu commented 9 years ago

I hope you do ;)