Working on tests
This commit is contained in:
parent
5742db8505
commit
2b8e754a07
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class GatewayFeesCest
|
|||
|
||||
private function createInvoice($I, $clientName, $productKey, $amount, $fee, $partial = false)
|
||||
{
|
||||
$I->fillInvoice($I, $clientEmail, $productKey);
|
||||
$I->fillInvoice($I, $clientName, $productKey);
|
||||
$invoiceNumber = $I->grabAttributeFrom('#invoice_number', 'value');
|
||||
|
||||
if ($partial) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue