PrestaShop / gapi

Google Analytics API
http://www.prestashop.com
5 stars 10 forks source link

GAPI doesn't work with wrong use of getContextShopID #8

Closed cedricgeffroy closed 8 years ago

cedricgeffroy commented 9 years ago

Converted $shop = new Shop(Shop::getContextShopID(true); >> Return empty $shop to $shop = new Shop(Shop::getContextShopID(); >> Return $shop with informations

Thanks to https://www.prestashop.com/forums/topic/453591-google-analytics-api-not-woking/#entry2099571

Quetzacoalt91 commented 8 years ago

Hi @cedricgeffroy,

Good catch. Your PR has just been merged and a new version will be available soon.

Best regards