I'm unable to modify money to only use 2 decimal places when my site setting using 5 decimal places. The docs say I should be able to specify the decimal length and delimiters, but looking at the JS file, it appears it just uses the global settings, not anything provided.
https://github.com/bigcommerce/paper-handlebars/blob/master/helpers/money.js
I'm unable to modify money to only use 2 decimal places when my site setting using 5 decimal places. The docs say I should be able to specify the decimal length and delimiters, but looking at the JS file, it appears it just uses the global settings, not anything provided.
https://github.com/bigcommerce/paper-handlebars/blob/master/helpers/money.js