diff --git a/app/Services/ClientPortal/InstantPayment.php b/app/Services/ClientPortal/InstantPayment.php index dfb41fa78c97..bd7b89378645 100644 --- a/app/Services/ClientPortal/InstantPayment.php +++ b/app/Services/ClientPortal/InstantPayment.php @@ -71,7 +71,7 @@ class InstantPayment $invoices->each(function($invoice){ $invoice->service() - ->marksent() + ->markSent() ->removeUnpaidGatewayFees() ->save(); });