stefandoorn / sylius-google-tag-manager-enhanced-ecommerce-plugin

Enhanced Ecommerce implementation through Google Tag Manager for Sylius eCommerce Platform
MIT License
36 stars 20 forks source link

When there is no session do nothing #166

Closed Prometee closed 1 year ago

Prometee commented 1 year ago

While making BeHat tests on my shop using this plugin, I found that the CartListener was trying to get the session even if the context is an stateless API request.

This PR will avoid this behaviour.