@@ -21,7 +21,6 @@ class PaymentTransactionModel extends Model
|
||||
'payment_method',
|
||||
'payment_status',
|
||||
'transaction_fee',
|
||||
'semester',
|
||||
'school_year'
|
||||
];
|
||||
|
||||
@@ -34,7 +33,6 @@ class PaymentTransactionModel extends Model
|
||||
'amount' => 'required|decimal',
|
||||
'payment_method' => 'required|string|max_length[50]',
|
||||
'payment_status' => 'required|string|max_length[50]',
|
||||
'semester' => 'permit_empty|string|max_length[30]',
|
||||
'school_year' => 'required|string|max_length[9]',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user