Skip to content

Commit 869ed5e

Browse files
ENGCOM-1387: #7990: Unexpexted display of the tax row in the cart summary block #1135
- Merge Pull Request magento-engcom/magento2ce#1135 from RomaKis/magento2ce:7990 - Merged commits: 1. 2b92f79
2 parents 3ee5f18 + 2b92f79 commit 869ed5e

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)