fix financials
Tests / PHPUnit (push) Failing after 1m21s

This commit is contained in:
root
2026-07-18 22:57:40 -04:00
parent 068e739408
commit a30c1398a1
61 changed files with 10908 additions and 1775 deletions
+8
View File
@@ -17,6 +17,12 @@ class RefundModel extends Model
'school_year',
'invoice_id',
'refund_amount',
'requested_amount_cents',
'approved_amount_cents',
'reconciliation_status',
'reconciliation_reason',
'reconciliation_required_at',
'currency',
'requested_at',
'approved_at',
'refunded_at',
@@ -24,6 +30,8 @@ class RefundModel extends Model
'reason',
'refund_paid_amount',
'request',
'source_type',
'source_id',
'note',
'semester',
'school_year',