mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix for GA ecommerce
This commit is contained in:
parent
00bf526636
commit
6fd4f85b11
@ -43,7 +43,7 @@ class AnalyticsListener
|
||||
*/
|
||||
private function sendAnalytics($data)
|
||||
{
|
||||
$data = json_encode($data);
|
||||
$data = utf8_encode($data);
|
||||
$curl = curl_init();
|
||||
|
||||
$opts = [
|
||||
|
Loading…
Reference in New Issue
Block a user