This commit is contained in:
David Bomba 2020-08-17 16:38:33 +10:00
parent 8e622c81fa
commit 0e601a364d
1 changed files with 2 additions and 0 deletions

View File

@ -270,6 +270,8 @@ class CompanyGateway extends BaseModel
info("fee after adding fee tax 3 = {$fee}");
}
//TODO CALCULATE FEE CAP HERE
return $fee;
}