From e154fb11951462ddded9f45cdb9e125d5a0cb665 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 26 May 2023 15:56:20 +0200 Subject: [PATCH] wip #5877 @1 --- src/Reporting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Reporting.php b/src/Reporting.php index c2cffa5..32cbeb2 100644 --- a/src/Reporting.php +++ b/src/Reporting.php @@ -335,8 +335,8 @@ class Reporting { return $this->apiCall('UserCountry.getCountry', $params); } - public function getVisitsSummary() { - $res = $this->getVisits(); + public function getVisitsSummary($params = []) { + return $this->apiCall('VisitsSummary.get', $params); } /** -- 2.39.5