Skip to content

Commit d8287b1

Browse files
author
Cristian Partica
committed
MAGETWO-31324: Tax labels aren't displayed for Bundle options of "multiple select" & "drop-down" types
- static fix
1 parent af4d5f3 commit d8287b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Tax/Test/Unit/Model/ObserverTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ public function dataProviderUpdateProductOptions()
100100
[
101101
'expected' => [
102102
'calculationAlgorithm' => 'TOTAL_BASE_CALCULATION',
103-
'optionTemplate' => '<%= data.label %><% if (data.basePrice.value) { %> <%= data.basePrice.formatted %><% } %>',
103+
'optionTemplate' => '<%= data.label %><% if (data.basePrice.value) '.
104+
'{ %> <%= data.basePrice.formatted %><% } %>',
104105
],
105106
'displayBothPrices' => false,
106107
'priceIncludesTax' => true,

0 commit comments

Comments
 (0)