service 4
This commit is contained in:
@@ -23,9 +23,10 @@ $driverFieldsAllowed = [
|
||||
// Fields that must be encrypted
|
||||
$encryptedDriverFields = [
|
||||
"phone", "email", "password", "national_number","gender", "name_arabic", "first_name",
|
||||
"last_name", "birthdate", "site", "maritalStatus", "employmentType"
|
||||
"last_name", "birthdate", "site", "maritalStatus", "employmentType", "accountBank", "bankCode"
|
||||
];
|
||||
|
||||
|
||||
$driverSet = [];
|
||||
$driverParams = [":id" => $driverID];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user