mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for tests
This commit is contained in:
parent
b6b36c89fd
commit
7a15afa827
@ -233,6 +233,6 @@ class CompanyGatewayResolutionTest extends TestCase
|
|||||||
$this->cg->save();
|
$this->cg->save();
|
||||||
|
|
||||||
$fee = $this->cg->calcGatewayFee(89, GatewayType::CREDIT_CARD, false);
|
$fee = $this->cg->calcGatewayFee(89, GatewayType::CREDIT_CARD, false);
|
||||||
$this->assertEquals(1.89, $fee);
|
$this->assertEquals(1.89, round($fee,2));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user