diff --git a/app/Services/Invoice/AddGatewayFee.php b/app/Services/Invoice/AddGatewayFee.php index 997b89f797..4703e7a567 100644 --- a/app/Services/Invoice/AddGatewayFee.php +++ b/app/Services/Invoice/AddGatewayFee.php @@ -112,8 +112,7 @@ class AddGatewayFee extends AbstractService $this->invoice ->client ->service() - ->updateBalance($adjustment) - ->save(); + ->updateBalance($adjustment); $this->invoice ->ledger()