Fix for tests

This commit is contained in:
Hillel Coren 2017-09-14 11:58:18 +03:00
parent 114ab3ce72
commit d8423716ba

View File

@ -152,9 +152,11 @@ class CreateTestData extends Command
$invoice = $this->invoiceRepo->save($data);
$this->info('Invoice: ' . $invoice->invoice_number);
if (! $isQuote) {
$this->createPayment($client, $invoice);
}
}
}
/**
* @param $client