diff --git a/view/frontend/web/usage.js b/view/frontend/web/usage.js index e4e6160..961798f 100644 --- a/view/frontend/web/usage.js +++ b/view/frontend/web/usage.js @@ -193,10 +193,10 @@ define([ finalPrice = 0; terms = ""; } - - if (95 !== ((finalPrice * 100) % 100)) { - finalPrice = Math.round(finalPrice); - } + // This is tricky with multiple currencies, so I am disabling this for now. + // if (95 !== ((finalPrice * 100) % 100)) { + // finalPrice = Math.round(finalPrice); + // } $(self.options.priceHolderSelector).trigger('updatePrice', { 'prices': {