fixed tests

This commit is contained in:
denisdulici
2019-11-18 10:54:26 +03:00
parent 63ab57730d
commit 2cdc431f8c
17 changed files with 123 additions and 154 deletions

View File

@ -30,7 +30,7 @@ class CreateReconciliation extends Job
$transactions = $this->request->get('transactions');
$reconciliation = Reconciliation::create([
'company_id' => session('company_id'),
'company_id' => $this->request['company_id'],
'account_id' => $this->request->get('account_id'),
'started_at' => $this->request->get('started_at'),
'ended_at' => $this->request->get('ended_at'),