From b3d398f22b90981b1e445b7d9ad3e1c02cc0fc35 Mon Sep 17 00:00:00 2001 From: sp Date: Sat, 25 Sep 2021 19:02:36 +1000 Subject: [PATCH] iginore xero.json and debug.log --- XeroOauth2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XeroOauth2.php b/XeroOauth2.php index 15e2b66..163ca8d 100644 --- a/XeroOauth2.php +++ b/XeroOauth2.php @@ -576,7 +576,7 @@ class XeroOAuth2 $xeroTenantId = $this->xeroTenantId; $page = 1; try { - $result = $api->getPayItems($xeroTenantId, $ifModifiedSince, $where, $order, $page); + $result = $api->getPayItems($xeroTenantId, null, null, null, $page);