fixes for tests
This commit is contained in:
parent
217d3be2cb
commit
93a886db08
|
|
@ -178,7 +178,7 @@ class CompanyGatewayTest extends TestCase
|
||||||
|
|
||||||
$total = 10.93;
|
$total = 10.93;
|
||||||
$total_invoice_count = 5;
|
$total_invoice_count = 5;
|
||||||
$total_gateway_fee = round($cg->calcGatewayFee($total),2);
|
$total_gateway_fee = round($cg->calcGatewayFee($total,true),2);
|
||||||
|
|
||||||
$this->assertEquals(1.58, $total_gateway_fee);
|
$this->assertEquals(1.58, $total_gateway_fee);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue