This commit is contained in:
James Cole
2025-04-19 10:08:03 +02:00
parent 6946a815e2
commit 59a07e5dde
2 changed files with 53 additions and 42 deletions

View File

@@ -250,7 +250,7 @@ class AccountValidator
*/
protected function findExistingAccount(array $validTypes, array $data, bool $inverse = false): ?Account
{
app('log')->debug('Now in findExistingAccount', $data);
app('log')->debug('Now in findExistingAccount', [$validTypes, $data]);
app('log')->debug('The search will be reversed!');
$accountId = array_key_exists('id', $data) ? $data['id'] : null;
$accountIban = array_key_exists('iban', $data) ? $data['iban'] : null;