Skip to content

Commit 2b92f79

Browse files
committed
#7990: Unexpexted display of the tax row in the cart summary block
1 parent a39e37f commit 2b92f79

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
@@ -65,7 +65,7 @@ define([
6565
}
6666
}
6767

68-
return amount;
68+
return parseFloat(amount);
6969
},
7070

7171
/**

0 commit comments

Comments
 (0)