Commit 66868e4b by Anju M S

change landmark

parent 0d5cc228
......@@ -331,7 +331,7 @@ public function saveProfile()
"street_address" => encrypt_data($update_data['street_address']),
"locality" => encrypt_data($update_data['locality']),
"number" => encrypt_data($update_data['number']),
"pt_complement" =>encrypt_data($update_data['landmark']),
"landmark" =>encrypt_data($update_data['landmark']),
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment