feat: update rider plan to single_rent and integrate SMS history display in KYC admin pages
This commit is contained in:
@@ -121,7 +121,7 @@ const mockRequests: Request[] = [
|
||||
{ id: 'd3', name: 'Driving License', status: 'pending' },
|
||||
{ id: 'd4', name: 'Profile Photo', status: 'uploaded', uploadedAt: '2024-03-20' },
|
||||
],
|
||||
riderPlan: 'daily_rent',
|
||||
riderPlan: 'single_rent',
|
||||
employmentInfo: { company: 'Foodpanda', monthlyEarning: 2500, whyEV: 'Low maintenance, good for delivery', experience: '3 years bike riding' },
|
||||
notes: ['Downloaded app and applied through mobile'],
|
||||
smsHistory: [],
|
||||
@@ -242,7 +242,7 @@ const mockRequests: Request[] = [
|
||||
{ id: 'd18', name: 'Driving License', status: 'uploaded', uploadedAt: '2024-03-21' },
|
||||
{ id: 'd19', name: 'Profile Photo', status: 'uploaded', uploadedAt: '2024-03-21' },
|
||||
],
|
||||
riderPlan: 'monthly_rent',
|
||||
riderPlan: 'single_rent',
|
||||
nomineeDetails: { name: 'Rashid', phone: '01798765432', relationship: 'Brother', nid: '9876543210987' },
|
||||
employmentInfo: { company: ' ssl', monthlyEarning: 2000, whyEV: 'Better income than fuel bike', experience: '2 years' },
|
||||
notes: [],
|
||||
|
||||
Reference in New Issue
Block a user