mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add logging for google analytics
This commit is contained in:
parent
f9c70719ae
commit
0611da45d3
@ -124,6 +124,8 @@ class PaymentNotification implements ShouldQueue
|
||||
*/
|
||||
private function sendAnalytics($data)
|
||||
{
|
||||
nlog($data);
|
||||
|
||||
$data = utf8_encode($data);
|
||||
$curl = curl_init();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user