Compare commits
No commits in common. "f4f6928432babb981d3f8d6c87c2d55ff33ebdd6" and "93b3018a0abf22a0cd49108307eae76da2cc9a21" have entirely different histories.
f4f6928432
...
93b3018a0a
@ -64,8 +64,6 @@ public function getProfile(Request $request)
|
||||
'employer' => $profile->emirates_id_employer,
|
||||
'issue_place' => $profile->emirates_id_issue_place,
|
||||
'occupation' => $profile->emirates_id_occupation,
|
||||
'card_number' => $profile->emirates_id_card_number,
|
||||
'gender' => $profile->emirates_id_gender,
|
||||
],
|
||||
];
|
||||
|
||||
@ -303,8 +301,6 @@ public function updateProfile(Request $request)
|
||||
'employer' => $profile->emirates_id_employer,
|
||||
'issue_place' => $profile->emirates_id_issue_place,
|
||||
'occupation' => $profile->emirates_id_occupation,
|
||||
'card_number' => $profile->emirates_id_card_number,
|
||||
'gender' => $profile->emirates_id_gender,
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
@ -346,8 +346,6 @@ private function buildSponsorResponse(Sponsor $sponsor): array
|
||||
'employer' => $sponsor->emirates_id_employer,
|
||||
'issue_place' => $sponsor->emirates_id_issue_place,
|
||||
'occupation' => $sponsor->emirates_id_occupation,
|
||||
'card_number' => $sponsor->emirates_id_card_number,
|
||||
'gender' => $sponsor->emirates_id_gender,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@ -188,14 +188,6 @@
|
||||
"occupation": {
|
||||
"type": "string",
|
||||
"example": "Manager"
|
||||
},
|
||||
"card_number": {
|
||||
"type": "string",
|
||||
"example": "151023946"
|
||||
},
|
||||
"gender": {
|
||||
"type": "string",
|
||||
"example": "M"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -891,14 +883,6 @@
|
||||
"occupation": {
|
||||
"type": "string",
|
||||
"example": "Manager"
|
||||
},
|
||||
"card_number": {
|
||||
"type": "string",
|
||||
"example": "151023946"
|
||||
},
|
||||
"gender": {
|
||||
"type": "string",
|
||||
"example": "M"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -3370,14 +3354,6 @@
|
||||
"occupation": {
|
||||
"type": "string",
|
||||
"example": "Manager"
|
||||
},
|
||||
"card_number": {
|
||||
"type": "string",
|
||||
"example": "151023946"
|
||||
},
|
||||
"gender": {
|
||||
"type": "string",
|
||||
"example": "M"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -4355,14 +4331,6 @@
|
||||
"occupation": {
|
||||
"type": "string",
|
||||
"example": "Manager"
|
||||
},
|
||||
"card_number": {
|
||||
"type": "string",
|
||||
"example": "151023946"
|
||||
},
|
||||
"gender": {
|
||||
"type": "string",
|
||||
"example": "M"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -4622,14 +4590,6 @@
|
||||
"occupation": {
|
||||
"type": "string",
|
||||
"example": "Manager"
|
||||
},
|
||||
"card_number": {
|
||||
"type": "string",
|
||||
"example": "151023946"
|
||||
},
|
||||
"gender": {
|
||||
"type": "string",
|
||||
"example": "M"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user