James Cole 2 years ago
parent
commit
f6fe6819dd
No known key found for this signature in database GPG Key ID: B49A324B7EAD6D80
  1. 2
      app/Services/Camt/Conversion/TransactionMapper.php

2
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)
);

Loading…
Cancel
Save