This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
Patrick
/
acaresydney_ts
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
iginore xero.json and debug.log
master
sp
4 년 전
부모
59bc7730fb
커밋
b3d398f22b
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
취소
저장