James Cole
2022-10-30 06:45:56 +01:00
parent 486f25cd96
commit e3181e90df
5 changed files with 47 additions and 7 deletions

View File

@@ -152,7 +152,7 @@ trait TransactionValidation
*/
protected function sanityCheckReconciliation(Validator $validator, string $transactionType, int $index, array $source, array $destination): void
{
Log::debug('sanityCheckReconciliation');
Log::debug('Now in sanityCheckReconciliation');
if (TransactionType::RECONCILIATION === ucfirst($transactionType) &&
null === $source['id'] && null === $source['name'] && null === $destination['id'] && null === $destination['name']
) {