Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
Patrick
/
acaresydney_ts
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
iginore xero.json and debug.log
master
sp
4 anni fa
parent
59bc7730fb
commit
b3d398f22b
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
XeroOauth2.php
+ 1
- 1
XeroOauth2.php
Vedi 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…
Annulla
Salva