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 48fef10 commit 81eb563Copy full SHA for 81eb563
app/code/Magento/Weee/Model/Observer.php
@@ -223,7 +223,9 @@ public function getPriceConfiguration(\Magento\Framework\Event\Observer $observe
223
if (is_array($configs)) {
224
foreach ($configs as $keyConfig => $config) {
225
$calcPrice = 'finalPrice';
226
- if ($this->_taxData->priceIncludesTax() && $this->_taxData->displayPriceExcludingTax()) {
+ if ($this->_taxData->priceIncludesTax() &&
227
+ $this->_taxData->displayPriceExcludingTax()
228
+ ) {
229
$calcPrice = 'basePrice';
230
}
231
if (array_key_exists('prices', $configs)) {
0 commit comments