Commit c1560a1d866d782b982e3331220b7cfd27c31c8c

Authored by Alex Savenko
1 parent a6a1fb9f

ga output

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/library/App/Controllers/GaController.php
... ... @@ -80,6 +80,7 @@ class GaController extends CrudResourceController {
80 80  
81 81 //have to rewrite code below (2 rows)
82 82 $response = $response->toSimpleObject();
  83 + die(var_dump($response));
83 84 $response = $response->reports[0]['data']['rows'];
84 85  
85 86 $result = [];
... ...