Procházet zdrojové kódy

iginore xero.json and debug.log

master
sp před 4 roky
rodič
revize
b3d398f22b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      XeroOauth2.php

+ 1
- 1
XeroOauth2.php Zobrazit soubor

@@ -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);




Načítá se…
Zrušit
Uložit