From 2b8e754a078411df9f32c9400df7b3598de77849 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 19 Mar 2017 21:07:17 +0200 Subject: [PATCH] Working on tests --- tests/acceptance/GatewayFeesCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/GatewayFeesCest.php b/tests/acceptance/GatewayFeesCest.php index 1959a310c096..4963615100aa 100644 --- a/tests/acceptance/GatewayFeesCest.php +++ b/tests/acceptance/GatewayFeesCest.php @@ -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) {