Skip to content
Snippets Groups Projects
Commit 149d08fb authored by Bhargav Mehta's avatar Bhargav Mehta
Browse files

Fix 12221

parent 816ec39b
Branches
No related merge requests found
......@@ -54,7 +54,7 @@ define([
ga('send', 'pageview' + config.pageTrackingData.optPageUrl);
// Process orders data
if (config.ordersTrackingData) {
if (config.ordersTrackingData.length) {
ga('require', 'ec', 'ec.js');
//Set currency code
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment