1
0
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:
Hillel Coren 2016-07-27 21:52:42 +03:00
parent 00bf526636
commit 6fd4f85b11

View File

@ -43,7 +43,7 @@ class AnalyticsListener
*/
private function sendAnalytics($data)
{
$data = json_encode($data);
$data = utf8_encode($data);
$curl = curl_init();
$opts = [