From 86d16f21eaad66ec046eaaf4c36c501c86b194a2 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 10 Oct 2023 10:49:16 +1100 Subject: [PATCH] Code cleanup --- app/Services/Payment/DeletePayment.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Services/Payment/DeletePayment.php b/app/Services/Payment/DeletePayment.php index 023e8148f34f..1e803faf10cd 100644 --- a/app/Services/Payment/DeletePayment.php +++ b/app/Services/Payment/DeletePayment.php @@ -156,7 +156,6 @@ class DeletePayment $client ->service() - // ->updatePaidToDate(($paymentable_credit->pivot->amount) * -1) ->adjustCreditBalance($paymentable_credit->pivot->amount) ->save(); });