Add some debug.

This commit is contained in:
James Cole 2023-04-22 06:17:46 +02:00
parent 891cd94031
commit a38f909919
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -89,6 +89,7 @@ trait TransactionValidation
Log::error(sprintf('Transactions array is not countable, because its a %s', gettype($transactions)));
return [];
}
Log::debug('Returning transactions.', $transactions);
return $transactions;
}