From 96c5e764b782dd1a34843aaf763b31ccbe587a01 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 11 Apr 2018 16:46:49 +0300 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 031e91d4f28f..3798f0cd46a8 100644 --- a/tests/acceptance/GatewayFeesCest.php +++ b/tests/acceptance/GatewayFeesCest.php @@ -63,7 +63,7 @@ class GatewayFeesCest $I->wait(3); $I->click('Save Invoice'); $I->wait(3); - $this->createPayment($I, $invitationKey, $total, 0, $partialFeeWithTax); + $this->createPayment($I, $invitationKey, $total + $partialFeeWithTax, 0, $partialFeeWithTax); } private function configureGatewayFeeTax($I, $taxName = '', $taxRate = '')