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

$xeroTenantId = $this->xeroTenantId; $xeroTenantId = $this->xeroTenantId;
$page = 1; $page = 1;
try { try {
$result = $api->getPayItems($xeroTenantId, $ifModifiedSince, $where, $order, $page);
$result = $api->getPayItems($xeroTenantId, null, null, null, $page);







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