diff --git a/app/Ninja/Presenters/InvoicePresenter.php b/app/Ninja/Presenters/InvoicePresenter.php index e3c0177c7729..8ead84eea761 100644 --- a/app/Ninja/Presenters/InvoicePresenter.php +++ b/app/Ninja/Presenters/InvoicePresenter.php @@ -318,6 +318,10 @@ class InvoicePresenter extends EntityPresenter return ''; } + if ($invoice->getGatewayFeeItem()) { + return ''; + } + $fee = $invoice->calcGatewayFee($gatewayTypeId, true); $fee = $account->formatMoney($fee, $invoice->client);