Преглед изворни кода

iginore xero.json and debug.log

master
sp пре 4 година
родитељ
комит
b3d398f22b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      XeroOauth2.php

+ 1
- 1
XeroOauth2.php Прегледај датотеку

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







Loading…
Откажи
Сачувај