Commit a81fc31e by Jansa Jose

Merge branch 'jansa'

parents 39a58b89 66868e4b
...@@ -331,7 +331,7 @@ public function saveProfile() ...@@ -331,7 +331,7 @@ public function saveProfile()
"street_address" => encrypt_data($update_data['street_address']), "street_address" => encrypt_data($update_data['street_address']),
"locality" => encrypt_data($update_data['locality']), "locality" => encrypt_data($update_data['locality']),
"number" => encrypt_data($update_data['number']), "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