fix for fee label
This commit is contained in:
parent
a5290e067e
commit
0797c8e4af
1 changed files with 0 additions and 4 deletions
|
|
@ -266,10 +266,6 @@ class CompanyGateway extends BaseModel
|
|||
{
|
||||
$label = '';
|
||||
|
||||
if (! $this->feesEnabled()) {
|
||||
return $label;
|
||||
}
|
||||
|
||||
$fee = $this->calcGatewayFee($amount, $gateway_type_id);
|
||||
|
||||
if ($fee > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue