Skip to content

Commit 82099bc

Browse files
author
Stanislav Idolov
authored
ENGCOM-1387: #7990: Unexpexted display of the tax row in the cart summary block #1135
2 parents 06df99c + 869ed5e commit 82099bc

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Tax/view/frontend/web/js/view/checkout/summary

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/view/frontend/web/js/view/checkout/summary/tax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ define([
6767
}
6868
}
6969

70-
return amount;
70+
return parseFloat(amount);
7171
},
7272

7373
/**

0 commit comments

Comments
 (0)