mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for tests
This commit is contained in:
parent
5a3d5b8eea
commit
00d96fc0a8
@ -167,7 +167,7 @@ class GatewayFeesCest
|
|||||||
$I->amOnPage('/view/' . $invitationKey);
|
$I->amOnPage('/view/' . $invitationKey);
|
||||||
$I->seeInDatabase('invoices', [
|
$I->seeInDatabase('invoices', [
|
||||||
'id' => $invoiceId,
|
'id' => $invoiceId,
|
||||||
'amount' => ($amount),
|
'amount' => ($amount + $fee * 2),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$I->createOnlinePayment($I, $invitationKey);
|
$I->createOnlinePayment($I, $invitationKey);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user