このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
Patrick
/
acaresydney_ts
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
iginore xero.json and debug.log
master
sp
4年前
親
59bc7730fb
コミット
b3d398f22b
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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);
書き込み
プレビュー
読み込み中…
キャンセル
保存