Fix ecommerce analytics
This commit is contained in:
parent
7b52776f6e
commit
00bf526636
1 changed files with 2 additions and 1 deletions
|
|
@ -54,6 +54,7 @@ class AnalyticsListener
|
|||
];
|
||||
|
||||
curl_setopt_array($curl, $opts);
|
||||
curl_exec($curl);
|
||||
curl_close($curl);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue