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.
1 parent af4d5f3 commit d8287b1Copy full SHA for d8287b1
app/code/Magento/Tax/Test/Unit/Model/ObserverTest.php
@@ -100,7 +100,8 @@ public function dataProviderUpdateProductOptions()
100
[
101
'expected' => [
102
'calculationAlgorithm' => 'TOTAL_BASE_CALCULATION',
103
- 'optionTemplate' => '<%= data.label %><% if (data.basePrice.value) { %> <%= data.basePrice.formatted %><% } %>',
+ 'optionTemplate' => '<%= data.label %><% if (data.basePrice.value) '.
104
+ '{ %> <%= data.basePrice.formatted %><% } %>',
105
],
106
'displayBothPrices' => false,
107
'priceIncludesTax' => true,
0 commit comments