mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
Extra code for #1668
This commit is contained in:
@@ -74,6 +74,7 @@ abstract class YnabRequest
|
||||
}
|
||||
try {
|
||||
$content = trim($res->getBody()->getContents());
|
||||
Log::debug(sprintf('Raw body is: %s', $content));
|
||||
} catch (RuntimeException $e) {
|
||||
Log::error($e->getMessage());
|
||||
Log::error($e->getTraceAsString());
|
||||
|
||||
Reference in New Issue
Block a user