mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Working on tests
This commit is contained in:
parent
6788147bd1
commit
f20a096dbb
@ -189,7 +189,7 @@ class GatewayFeesCest
|
||||
$invoiceId = $I->grabFromDatabase('invitations', 'invoice_id', ['invitation_key' => $invitationKey]);
|
||||
|
||||
$I->seeInDatabase('invoices', [
|
||||
'invoice_id' => $invoiceId,
|
||||
'id' => $invoiceId,
|
||||
'amount' => ($amount + $fee),
|
||||
'balance' => $balance
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user