@@ -97,7 +97,7 @@ discard block |
||
97 | 97 | { |
98 | 98 | if (InstantAnalytics::$commercePlugin) { |
99 | 99 | if ($productVariant) { |
100 | - InstantAnalytics::$plugin->commerce->addCommerceProductDetailView($this, $productVariant); |
|
100 | + InstantAnalytics::$plugin->commerce->addCommerceProductDetailView($this, $productVariant); |
|
101 | 101 | } |
102 | 102 | } else { |
103 | 103 | Craft::warning( |
@@ -121,7 +121,7 @@ discard block |
||
121 | 121 | { |
122 | 122 | if (InstantAnalytics::$commercePlugin) { |
123 | 123 | if ($orderModel) { |
124 | - InstantAnalytics::$plugin->commerce->addCommerceCheckoutStep($this, $orderModel, $step, $option); |
|
124 | + InstantAnalytics::$plugin->commerce->addCommerceCheckoutStep($this, $orderModel, $step, $option); |
|
125 | 125 | } |
126 | 126 | } else { |
127 | 127 | Craft::warning( |