From 282ce9ac98ee1dbb821e187ce84cfc98cad3e26f Mon Sep 17 00:00:00 2001 From: David Stone Date: Tue, 20 Aug 2024 13:09:39 -0600 Subject: [PATCH] disable feature for multicurrency --- view/frontend/web/usage.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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': {