James Cole
2 years ago
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
1 changed files with
1 additions and
1 deletions
-
app/Services/Camt/Conversion/TransactionMapper.php
|
|
|
@ -509,7 +509,7 @@ class TransactionMapper |
|
|
|
app('log')->debug(sprintf('Now working on key "%s".', $key)); |
|
|
|
// try to find the account
|
|
|
|
if (array_key_exists($key, $current) && '' !== (string)$current[$key]) { |
|
|
|
$foundDirection = $this->getAccountType($suffix, $current[$key], $lessThanZero); |
|
|
|
$foundDirection = $this->getAccountType($suffix, (string) $current[$key], $lessThanZero); |
|
|
|
app('log')->debug( |
|
|
|
sprintf('Transaction array has a "%s"-field with value "%s", and its type is "%s".', $key, $current[$key], $foundDirection) |
|
|
|
); |
|
|
|
|