This commit is contained in:
2019-10-02 21:22:32 +00:00
parent d9ccc9f7fa
commit ecde3c390c

View File

@@ -383,7 +383,8 @@ namespace AyaNova.PlugIn.QBOI
{
if (!string.IsNullOrEmpty(gt.LastError))
{
IntegrationLog.Log(QBID, "PFC: QuickBooks online failed to retrieve token");
IntegrationLog.Log(QBID, "PFC: token fetch error: " + gt.LastError);
}
return false;
}