diff --git a/app/Services/Invoice/InvoiceService.php b/app/Services/Invoice/InvoiceService.php index 7535cae5d..918002f8d 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;