Fix tests
This commit is contained in:
parent
234fc8deb6
commit
0938bbedaf
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class OnlinePaymentCest
|
|||
$invoiceId = $I->grabFromDatabase('invoices', 'id', ['client_id' => $clientId, 'invoice_number' => $invoiceNumber]);
|
||||
$invitationKey = $I->grabFromDatabase('invitations', 'invitation_key', ['invoice_id' => $invoiceId]);
|
||||
|
||||
$I->createOnlinePayment($I, $invoiceNumber);
|
||||
$I->createOnlinePayment($I, $invitationKey);
|
||||
|
||||
/*
|
||||
$invoiceId = $I->grabFromDatabase('invoices', 'id', ['client_id' => $clientId]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue