yireo/Yireo_GoogleTagManager2

Typo in Yireo\GoogleTagManager2\Block\Quote

Closed this issue · 1 comments

Line 35 of Yireo\GoogleTagManager2\Block\Quote reads:

'productId' => $item->getProduct->getId(),

This produces a notice as getProduct should have been called as a method

Fixed in #16