add controllers, servoices
This commit is contained in:
@@ -20,6 +20,8 @@ class PaymentTransaction extends BaseModel
|
||||
'payment_method',
|
||||
'payment_status',
|
||||
'transaction_fee',
|
||||
'payment_reference',
|
||||
'is_full_payment',
|
||||
'school_year',
|
||||
'semester',
|
||||
];
|
||||
@@ -91,4 +93,4 @@ class PaymentTransaction extends BaseModel
|
||||
->orderByDesc('transaction_date')
|
||||
->first();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user