Fixes for tests
This commit is contained in:
parent
9dc91e5f97
commit
f962afa657
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ class PaymentTest extends TestCase
|
|||
|
||||
$this->invoice = $this->invoice_calc->getInvoice();
|
||||
$this->invoice->save();
|
||||
$this->invoice->service()->markSent()->save();
|
||||
$this->invoice->service()->markSent()->createInvitations()->save();
|
||||
|
||||
$data = [
|
||||
'amount' => 2.0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue