Explorar el Código

iginore xero.json and debug.log

master
sp hace 4 años
padre
commit
b3d398f22b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      XeroOauth2.php

+ 1
- 1
XeroOauth2.php Ver fichero

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




Cargando…
Cancelar
Guardar