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 73c116a commit c77d928Copy full SHA for c77d928
app/code/community/Matomo/Analytics/Model/Observer.php
@@ -10,7 +10,6 @@
10
*
11
*/
12
13
-
14
class Matomo_Analytics_Model_Observer
15
{
16
/**
@@ -27,7 +26,7 @@ public function setMatomoAnalyticsOnOrderSuccessPageView(Varien_Event_Observer $
27
26
return;
28
}
29
30
- $block = Mage::app()->getFrontController()->getAction()->getLayout()->getBlock('matomo.scripts');
+ $block = Mage::app()->getFrontController()->getAction()->getLayout()->getBlock('matomo_script');
31
if ($block) {
32
$block->setOrderIds($orderIds);
33
0 commit comments