ソースを参照

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




読み込み中…
キャンセル
保存