We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e314b5 + 6e997f9 commit 8aca25cCopy full SHA for 8aca25c
app/code/Magento/Tax/view/frontend/templates/checkout/tax.phtml
@@ -38,7 +38,6 @@
38
</tr>
39
40
<?php if ($this->helper('Magento\Tax\Helper\Data')->displayFullSummary() && $_value != 0): ?>
41
- <?php $isTop = 1; ?>
42
<?php foreach ($block->getTotal()->getFullInfo() as $info): ?>
43
<?php if (isset($info['hidden']) && $info['hidden']) {
44
continue;
@@ -64,7 +63,6 @@
64
63
<?php endif; ?>
65
66
<?php $isFirst = 0; ?>
67
- <?php $isTop = 0; ?>
68
<?php endforeach; ?>
69
70
<?php endif;?>
0 commit comments