소스 검색

iginore xero.json and debug.log

master
sp 4 년 전
부모
커밋
b3d398f22b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      XeroOauth2.php

+ 1
- 1
XeroOauth2.php 파일 보기

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




Loading…
취소
저장