This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
acaresydney_ts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
iginore xero.json and debug.log
master
sp
4 years ago
parent
59bc7730fb
commit
b3d398f22b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
XeroOauth2.php
+ 1
- 1
XeroOauth2.php
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save