Fix for tests
This commit is contained in:
parent
5a3d5b8eea
commit
00d96fc0a8
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class GatewayFeesCest
|
|||
$I->amOnPage('/view/' . $invitationKey);
|
||||
$I->seeInDatabase('invoices', [
|
||||
'id' => $invoiceId,
|
||||
'amount' => ($amount),
|
||||
'amount' => ($amount + $fee * 2),
|
||||
]);
|
||||
|
||||
$I->createOnlinePayment($I, $invitationKey);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue