complete story 3.7 with qa test
This commit is contained in:
@@ -9,4 +9,13 @@ return [
|
||||
'no_show' => 'No Show',
|
||||
'cancelled' => 'Cancelled',
|
||||
],
|
||||
'payment_status' => [
|
||||
'pending' => 'Pending',
|
||||
'received' => 'Received',
|
||||
'na' => 'N/A',
|
||||
],
|
||||
'consultation_type' => [
|
||||
'free' => 'Free',
|
||||
'paid' => 'Paid',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user