add: more tests
This commit is contained in:
parent
fcd76cf130
commit
3d08b14f11
6 changed files with 154 additions and 36 deletions
|
@ -8,6 +8,8 @@ use RuntimeException;
|
|||
|
||||
class CsvAgentCost
|
||||
{
|
||||
public $agent_cost_calc;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->internal_percentage_to_deduct = (float) getenv('PRICE_INTERNAL_PERCENTAGE_TO_DEDUCT', null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue