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 baf3cf0 commit 5b99562Copy full SHA for 5b99562
app/code/Magento/Tax/Observer/GetPriceConfigurationObserver.php
@@ -46,6 +46,7 @@ public function __construct(
46
*/
47
public function execute(\Magento\Framework\Event\Observer $observer)
48
{
49
+ $this->selectionCache = [];
50
if ($this->taxData->displayPriceIncludingTax()) {
51
/** @var \Magento\Catalog\Model\Product $product */
52
$product = $this->registry->registry('current_product');
0 commit comments