This commit is contained in:
James Cole
2019-08-11 17:32:00 +02:00
parent cc243f9fb7
commit 1d2c834b2c
4 changed files with 13 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ class OpposingAccountMapper
*/
public function map(?int $accountId, string $amount, array $data): Account
{
Log::debug('Now in OpposingAccountMapper::map()');
Log::debug(sprintf('Now in OpposingAccountMapper::map(%d, "%s")', $accountId, $amount), $data);
// default assumption is we're looking for an expense account.
$expectedType = AccountType::EXPENSE;
$result = null;