Skip to content

Commit 5b99562

Browse files
committed
Clear selection cache before each execute run
1 parent baf3cf0 commit 5b99562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Tax/Observer/GetPriceConfigurationObserver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function __construct(
4646
*/
4747
public function execute(\Magento\Framework\Event\Observer $observer)
4848
{
49+
$this->selectionCache = [];
4950
if ($this->taxData->displayPriceIncludingTax()) {
5051
/** @var \Magento\Catalog\Model\Product $product */
5152
$product = $this->registry->registry('current_product');

0 commit comments

Comments
 (0)