diff --git a/app/Services/Invoice/InvoiceService.php b/app/Services/Invoice/InvoiceService.php index 7535cae5d0b2..918002f8dbc9 100644 --- a/app/Services/Invoice/InvoiceService.php +++ b/app/Services/Invoice/InvoiceService.php @@ -47,6 +47,8 @@ class InvoiceService */ public function markPaid() { + $this->removeUnpaidGatewayFees(); + $this->invoice = (new MarkPaid($this->invoice))->run(); return $this;