get_first_name
This commit is contained in:
+3
-2
@@ -89,10 +89,11 @@ def salary_demousers():
|
||||
new_l = {
|
||||
"uid":"425611f2-c692-4404-b93d-76ca7a5ce7"+str(x),
|
||||
"name": names.get_full_name() ,
|
||||
"added": calDate, "offers":random.randint(1, 4),
|
||||
"added": calDate,
|
||||
"offers":random.randint(1, 4),
|
||||
"mobile": '801-000-'+str( random.randint(1000, 9999) ) ,
|
||||
"bvn": '8315000'+str( random.randint(1000, 9999) ),
|
||||
"email": 'jerry@example.com' ,
|
||||
"email": 'demo+'+ names.get_first_name() +'@chiefsoft.net' ,
|
||||
"current_loans" : [],
|
||||
"salary_account": random.randint(0, 1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user