Skip to content

Commit 2ecda40

Browse files
author
Jon Doe
committed
ACP2E-31: Free Shipping does not show in totals on invoice page
1 parent 4158cc3 commit 2ecda40

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Block/Order/Invoice

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/Block/Order/Invoice/TotalsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function testCollectTotals(): void
6060
$this->block->toHtml();
6161
$totals = $this->block->getTotals();
6262
$this->assertArrayHasKey('shipping', $totals);
63-
$this->assertEquals('0.0000', $totals['shipping']['base_value']);
63+
$this->assertEquals('0.0000', $totals['shipping']['value']);
6464
$this->assertEquals('Shipping & Handling (1234567890)', $totals['shipping']['label']);
6565
}
6666
/**

0 commit comments

Comments
 (0)