From 002108b152ab204ea440ede367098de09cc2eb72 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 22 Oct 2021 20:56:47 +1100 Subject: [PATCH] minor fixes --- app/Services/ClientPortal/InstantPayment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });