update event charge as cash payment

This commit is contained in:
root
2026-04-13 01:42:33 -04:00
parent 821e9cdc81
commit a448288878
+1 -1
View File
@@ -520,7 +520,7 @@ class EventController extends ResourceController
'paid_amount' => $amount,
'balance' => 0.0,
'number_of_installments' => 1,
'payment_method' => 'Event charge',
'payment_method' => 'Cash',
'payment_date' => utc_now(),
'school_year' => $schoolYear,
'semester' => $monthSemester,